From b38cea6008d0fc5fc484df1bbe3f952aea61cf2d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 20 Sep 2014 16:26:28 +0100 Subject: example --- example/glue/glue.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 example/glue/glue.json (limited to 'example/glue/glue.json') 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":{} } -] -} -- cgit v1.2.3