diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-30 08:33:16 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-30 08:33:16 +0200 |
| commit | bb5b5ca73b1ced85fff489cc1f6ed851c7367cd9 (patch) | |
| tree | 2fd423d9bad1f00c2070c857a44a99b9c5c89c2c /doc/runtime-api.html | |
| parent | 890e03527b353a48f4e009e8c2be8893c619935a (diff) | |
added graphvizAbstractTree and graphvizParseTree in Java
Diffstat (limited to 'doc/runtime-api.html')
| -rw-r--r-- | doc/runtime-api.html | 4 |
1 files changed, 2 insertions, 2 deletions
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"] } </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] |
