From bb5b5ca73b1ced85fff489cc1f6ed851c7367cd9 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 30 Aug 2017 08:33:16 +0200 Subject: added graphvizAbstractTree and graphvizParseTree in Java --- doc/runtime-api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/runtime-api.html b/doc/runtime-api.html index 727adf31c..b0fc24b91 100644 --- a/doc/runtime-api.html +++ b/doc/runtime-api.html @@ -1081,7 +1081,7 @@ n0 -- n3 [style = "solid"] }
-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 {
 }
 
-System.out.println(eng.graphvizParseTree(e));   //// TODO
+System.out.println(eng.graphvizParseTree(e));
 graph {
   node[shape=plaintext]
 
-- 
cgit v1.2.3