mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added graphvizAbstractTree and graphvizParseTree in Java
This commit is contained in:
@@ -1081,7 +1081,7 @@ n0 -- n3 [style = "solid"]
|
||||
}
|
||||
</pre>
|
||||
<pre class="java">
|
||||
System.out.println(gr.graphvizAbstractTree(e)); //// TODO
|
||||
System.out.println(gr.graphvizAbstractTree(e));
|
||||
graph {
|
||||
n0[label = "AdjCN", style = "solid", shape = "plaintext"]
|
||||
n1[label = "PositA", style = "solid", shape = "plaintext"]
|
||||
@@ -1184,7 +1184,7 @@ graph {
|
||||
}
|
||||
</pre>
|
||||
<pre class="java">
|
||||
System.out.println(eng.graphvizParseTree(e)); //// TODO
|
||||
System.out.println(eng.graphvizParseTree(e));
|
||||
graph {
|
||||
node[shape=plaintext]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user