diff options
Diffstat (limited to 'example/748/748.json')
-rw-r--r-- | example/748/748.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 } +] +} + |