diff options
author | Patrick Simianer <p@simianer.de> | 2014-09-20 16:26:28 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-09-20 16:26:28 +0100 |
commit | b38cea6008d0fc5fc484df1bbe3f952aea61cf2d (patch) | |
tree | 9310ac75c42891246f8b60d56805d133672597f2 /example/glue | |
parent | 8949948243cb709e65ec172b3014c9e6a3181ed3 (diff) |
example
Diffstat (limited to 'example/glue')
-rw-r--r-- | example/glue/glue.json | 36 | ||||
-rw-r--r-- | example/glue/weights | 0 |
2 files changed, 0 insertions, 36 deletions
diff --git a/example/glue/glue.json b/example/glue/glue.json deleted file mode 100644 index d8ae852..0000000 --- a/example/glue/glue.json +++ /dev/null @@ -1,36 +0,0 @@ -{ -"weights":{}, -"nodes": -[ -{ "id":-1, "cat":"root", "span":[-1,-1] }, -{ "id":0, "cat":"X", "span":[2,3] }, -{ "id":1, "cat":"S", "span":[2,3] }, -{ "id":2, "cat":"X", "span":[4,5] }, -{ "id":3, "cat":"S", "span":[4,5] }, -{ "id":4, "cat":"X", "span":[1,3] }, -{ "id":5, "cat":"S", "span":[1,3] }, -{ "id":6, "cat":"X", "span":[3,5] }, -{ "id":7, "cat":"S", "span":[3,5] }, -{ "id":8, "cat":"X", "span":[0,3] }, -{ "id":9, "cat":"S", "span":[0,3] }, -{ "id":10, "cat":"S", "span":[2,5] }, -{ "id":11, "cat":"S", "span":[1,5] }, -{ "id":12, "cat":"S", "span":[0,5] } -], -"edges": -[ -{ "head":0, "rule":"[X] ||| an ||| for", "tails":[-1], "f":{} }, -{ "head":1, "rule":"[S] ||| [X,1] ||| [X,1]", "tails":[0], "f":{} }, -{ "head":2, "rule":"[X] ||| inflation ||| inflation", "tails":[-1], "f":{} }, -{ "head":3, "rule":"[S] ||| [X,1] ||| [X,1]", "tails":[2], "f":{} }, -{ "head":4, "rule":"[X] ||| schuld [X,1] ||| responsible [X,1]", "tails":[0], "f":{} }, -{ "head":5, "rule":"[S] ||| [X,1] ||| [X,1]", "tails":[4], "f":{} }, -{ "head":6, "rule":"[X] ||| europäischer [X,1] ||| european [X,1]", "tails":[2], "f":{} }, -{ "head":7, "rule":"[S] ||| [X,1] ||| [X,1]", "tails":[6], "f":{} }, -{ "head":8, "rule":"[X] ||| lebensmittel [X,1] ||| food [X,1]", "tails":[4], "f":{} }, -{ "head":9, "rule":"[S] ||| [X,1] ||| [X,1]", "tails":[8], "f":{} }, -{ "head":10, "rule":"[S] ||| [S,1] [X,2] ||| [S,1] [X,2]", "tails":[1, 6], "f":{} }, -{ "head":11, "rule":"[S] ||| [S,1] [X,2] ||| [S,1] [X,2]", "tails":[5, 6], "f":{} }, -{ "head":12, "rule":"[S] ||| [S,1] [X,2] ||| [S,1] [X,2]", "tails":[9, 6], "f":{} } -] -} diff --git a/example/glue/weights b/example/glue/weights deleted file mode 100644 index e69de29..0000000 --- a/example/glue/weights +++ /dev/null |