forked from GitHub/gf-core
document FunctionType in C#
This commit is contained in:
@@ -886,6 +886,10 @@ Det -> CN -> NP
|
|||||||
System.out.println(gr.getFunctionType("DetCN"));
|
System.out.println(gr.getFunctionType("DetCN"));
|
||||||
Det -> CN -> NP
|
Det -> CN -> NP
|
||||||
</pre>
|
</pre>
|
||||||
|
<pre class="csharp">
|
||||||
|
Console.WriteLine(gr.FunctionType("DetCN"));
|
||||||
|
Det -> CN -> NP
|
||||||
|
</pre>
|
||||||
|
|
||||||
<h2>Type Checking Abstract Trees</h2>
|
<h2>Type Checking Abstract Trees</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user