From df70006a07fb67b17fb39aa56762c50c2e7b8131 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 16 Sep 2014 10:22:09 +0100 Subject: adding examples --- example/748/748.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 example/748/748.json (limited to 'example/748/748.json') diff --git a/example/748/748.json b/example/748/748.json new file mode 100644 index 0000000..c587942 --- /dev/null +++ b/example/748/748.json @@ -0,0 +1,23 @@ +{ +"rules":[ +"[X] ||| baracoa ||| baracoa ||| EgivenFCoherent=-0.0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.0 MaxLexEgivenF=0.0 IsSingletonF=1.0 IsSingletonFE=1.0", +"[X] ||| baracoa ||| baracoa ||| PassThrough=1.0 PassThrough_5=1.0", +"[S] ||| [X,1] ||| [1] ||| ", +"[Goal] ||| [S,1] ||| [1] ||| " +], +"nodes": +[ +{ "id":0, "symbol":"root", "span":[-1,-1] }, +{ "id":1, "symbol":"X", "span":[0,1] }, +{ "id":2, "symbol":"S", "span":[0,1] }, +{ "id":3, "symbol":"Goal", "span":[0,1] } +], +"edges": +[ +{"head":1, "rule":0, "tails":[ 0 ], "score":0.980198673745 }, +{"head":1, "rule":1, "tails":[ 0 ], "score":0.904837416688 }, +{"head":2, "rule":2, "tails":[ 1 ], "score":1.0 }, +{"head":3, "rule":3, "tails":[ 2 ], "score":1.0 } +] +} + -- cgit v1.2.3