diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-18 16:19:32 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-18 16:19:32 +0200 |
commit | f9106c8353aeaf6456a3eb0ea0c1e429f5de7650 (patch) | |
tree | 9b4c2baad153d189821633ef6649647d0992a1fa /example/toy | |
parent | 33fda7f79c02b8ef152b88a11f3810c9a25a7381 (diff) |
integration
Diffstat (limited to 'example/toy')
-rw-r--r-- | example/toy/in-test.sgm | 1 | ||||
-rw-r--r-- | example/toy/toy-test.json | 45 | ||||
-rw-r--r-- | example/toy/toy.json | 26 |
3 files changed, 59 insertions, 13 deletions
diff --git a/example/toy/in-test.sgm b/example/toy/in-test.sgm new file mode 100644 index 0000000..a13f93c --- /dev/null +++ b/example/toy/in-test.sgm @@ -0,0 +1 @@ +<seg id='0' grammar='example/toy/grammar-test'>ich sah ein kleines haus</seg> diff --git a/example/toy/toy-test.json b/example/toy/toy-test.json new file mode 100644 index 0000000..979ed05 --- /dev/null +++ b/example/toy/toy-test.json @@ -0,0 +1,45 @@ +{ +"weights":{"logp":2.0,"use_house":0.0,"use_shell":1.0}, +"nodes": +[ +{ "id":-1, "cat":"root", "span":[-1,-1] }, +{ "id":0, "cat":"NP", "span":[0,1] }, +{ "id":1, "cat":"V", "span":[1,2] }, +{ "id":2, "cat":"JJ", "span":[3,4] }, +{ "id":3, "cat":"I", "span":[4,5] }, +{ "id":4, "cat":"Z", "span":[4,5] }, +{ "id":5, "cat":"NN", "span":[3,5] }, +{ "id":6, "cat":"H", "span":[3,5] }, +{ "id":7, "cat":"JJ", "span":[3,5] }, +{ "id":8, "cat":"NP", "span":[2,5] }, +{ "id":9, "cat":"S", "span":[0,4] }, +{ "id":10, "cat":"VP", "span":[1,5] }, +{ "id":11, "cat":"S", "span":[0,5] }, +{ "id":12, "cat":"Q", "span":[0,5] }, +{ "id":13, "cat":"C", "span":[0,5] }, +{ "id":14, "cat":"B", "span":[0,5] } +], +"edges": +[ +{ "head":0, "rule":"[NP] ||| ich ||| i", "tails":[-1], "f":{"logp":-0.5,"use_i":1.0} }, +{ "head":1, "rule":"[V] ||| sah ||| saw", "tails":[-1], "f":{"logp":-0.25,"use_saw":1.0} }, +{ "head":2, "rule":"[JJ] ||| kleines ||| small", "tails":[-1], "f":{"logp":0.0,"use_small":1.0} }, +{ "head":2, "rule":"[JJ] ||| kleines ||| little", "tails":[-1], "f":{"logp":0.0,"use_little":1.0} }, +{ "head":3, "rule":"[I] ||| haus ||| house", "tails":[-1], "f":{"logp":0.0} }, +{ "head":4, "rule":"[Z] ||| [I,1] ||| [I,1]", "tails":[3], "f":{"logp":0.0} }, +{ "head":5, "rule":"[NN] ||| [JJ,1] haus ||| [JJ,1] shell", "tails":[2], "f":{"logp":0.0,"use_shell":1.0} }, +{ "head":5, "rule":"[NN] ||| [JJ,1] haus ||| [JJ,1] house", "tails":[2], "f":{"logp":0.0,"use_house":1.0} }, +{ "head":6, "rule":"[H] ||| kleines [Z,1] ||| small [1]", "tails":[4], "f":{"logp":0.0} }, +{ "head":7, "rule":"[JJ] ||| [H,1] ||| [H,1]", "tails":[6], "f":{"logp":0.0} }, +{ "head":8, "rule":"[NP] ||| ein [NN,1] ||| a [NN,1]", "tails":[5], "f":{"logp":0.0,"use_a":1.0} }, +{ "head":9, "rule":"[S] ||| ich sah ein [JJ,1] ||| i saw a [JJ,1]", "tails":[2], "f":{"logp":0.0} }, +{ "head":10, "rule":"[VP] ||| [V,1] [NP,2] ||| [V,1] [NP,2]", "tails":[1, 8], "f":{"logp":0.0} }, +{ "head":11, "rule":"[S] ||| ich sah ein kleines haus ||| i saw a small house", "tails":[-1], "f":{"logp":0.0} }, +{ "head":12, "rule":"[Q] ||| [NP,1] [VP,2] ||| [NP,1] [VP,2]", "tails":[0, 10], "f":{"logp":0.0} }, +{ "head":11, "rule":"[S] ||| ich sah ein [JJ,1] ||| i saw a [JJ,1]", "tails":[7], "f":{"logp":0.0} }, +{ "head":11, "rule":"[S] ||| ich [V,1] ein [JJ,2] haus ||| i [V,1] a [JJ,2]", "tails":[1, 2], "f":{"logp":0.0} }, +{ "head":13, "rule":"[C] ||| [Q,1] ||| [Q,1]", "tails":[12], "f":{"logp":0.0} }, +{ "head":14, "rule":"[B] ||| [C,1] ||| [C,1]", "tails":[13], "f":{"logp":0.0} }, +{ "head":11, "rule":"[S] ||| [B,1] ||| [B,1]", "tails":[14], "f":{"logp":0.0} } +] +} diff --git a/example/toy/toy.json b/example/toy/toy.json index 49135f3..c1b5c55 100644 --- a/example/toy/toy.json +++ b/example/toy/toy.json @@ -2,27 +2,27 @@ "weights":{"logp":2.0,"use_house":0.0,"use_shell":1.0}, "nodes": [ +{ "id":-1, "cat":"root", "span":[-1,-1] }, { "id":0, "cat":"NP", "span":[0,1] }, { "id":1, "cat":"V", "span":[1,2] }, { "id":2, "cat":"JJ", "span":[3,4] }, { "id":3, "cat":"NN", "span":[3,5] }, { "id":4, "cat":"NP", "span":[2,5] }, { "id":5, "cat":"VP", "span":[1,5] }, -{ "id":6, "cat":"S", "span":[0,5] }, -{ "id":-1, "cat":"root", "span":[-1, -1] } +{ "id":6, "cat":"S", "span":[0,5] } ], "edges": [ -{ "head":0, "rule":"[NP] ||| ich ||| i |||", "tails":[-1], "f":{"":0.0,"logp":-0.5,"use_i":1.0} }, -{ "head":1, "rule":"[V] ||| sah ||| saw |||", "tails":[-1], "f":{"":0.0,"logp":-0.25,"use_saw":1.0} }, -{ "head":2, "rule":"[JJ] ||| kleines ||| small |||", "tails":[-1], "f":{"":0.0,"logp":0.0,"use_small":1.0} }, -{ "head":2, "rule":"[JJ] ||| kleines ||| little |||", "tails":[-1], "f":{"":0.0,"logp":0.0,"use_little":1.0} }, -{ "head":3, "rule":"[NN] ||| kleines haus ||| small house |||", "tails":[-1], "f":{"":0.0,"logp":0.0,"use_house":1.0} }, -{ "head":3, "rule":"[NN] ||| kleines haus ||| little house |||", "tails":[-1], "f":{"":0.0,"logp":0.0,"use_house":1.0} }, -{ "head":3, "rule":"[NN] ||| JJ,0] haus ||| [JJ,1] shell |||", "tails":[2], "f":{"":0.0,"logp":0.0,"use_shell":1.0} }, -{ "head":3, "rule":"[NN] ||| JJ,0] haus ||| [JJ,1] house |||", "tails":[2], "f":{"":0.0,"logp":0.0,"use_house":1.0} }, -{ "head":4, "rule":"[NP] ||| ein NN,0] ||| a [NN,1] |||", "tails":[3], "f":{"":0.0,"logp":0.0,"use_a":1.0} }, -{ "head":5, "rule":"[VP] ||| V,0] NP,1] ||| [V,1] [NP,2] |||", "tails":[1, 4], "f":{"":0.0,"logp":0.0} }, -{ "head":6, "rule":"[S] ||| NP,0] VP,1] ||| [NP,1] [VP,2] |||", "tails":[0, 5], "f":{"":0.0,"logp":0.0} } +{ "head":0, "rule":"[NP] ||| ich ||| i", "tails":[-1], "f":{"logp":-0.5,"use_i":1.0} }, +{ "head":1, "rule":"[V] ||| sah ||| saw", "tails":[-1], "f":{"logp":-0.25,"use_saw":1.0} }, +{ "head":2, "rule":"[JJ] ||| kleines ||| small", "tails":[-1], "f":{"logp":0.0,"use_small":1.0} }, +{ "head":2, "rule":"[JJ] ||| kleines ||| little", "tails":[-1], "f":{"logp":0.0,"use_little":1.0} }, +{ "head":3, "rule":"[NN] ||| kleines haus ||| small house", "tails":[-1], "f":{"logp":0.0,"use_house":1.0} }, +{ "head":3, "rule":"[NN] ||| kleines haus ||| little house", "tails":[-1], "f":{"logp":0.0,"use_house":1.0} }, +{ "head":3, "rule":"[NN] ||| [JJ,1] haus ||| [JJ,1] shell", "tails":[2], "f":{"logp":0.0,"use_shell":1.0} }, +{ "head":3, "rule":"[NN] ||| [JJ,1] haus ||| [JJ,1] house", "tails":[2], "f":{"logp":0.0,"use_house":1.0} }, +{ "head":4, "rule":"[NP] ||| ein [NN,1] ||| a [NN,1]", "tails":[3], "f":{"logp":0.0,"use_a":1.0} }, +{ "head":5, "rule":"[VP] ||| [V,1] [NP,2] ||| [V,1] [NP,2]", "tails":[1, 4], "f":{"logp":0.0} }, +{ "head":6, "rule":"[S] ||| [NP,1] [VP,2] ||| [NP,1] [VP,2]", "tails":[0, 5], "f":{"logp":0.0} } ] } |