diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 16:17:46 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 16:17:46 +0100 |
commit | eac9dd96a4ec3334a93db60a4b97a91dbb7f8257 (patch) | |
tree | 5db18f37f0548bf1bdec62fe612c62544b8712dd /derivation_to_json/in3.json | |
parent | ad309390887b947d997e4040dac98126ee9a356c (diff) |
removed dead examples
Diffstat (limited to 'derivation_to_json/in3.json')
-rw-r--r-- | derivation_to_json/in3.json | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/derivation_to_json/in3.json b/derivation_to_json/in3.json deleted file mode 100644 index 2181e2a..0000000 --- a/derivation_to_json/in3.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "phrase_alignment": [ - [ - 0 - ], - [ - 1 - ], - [ - 2 - ] - ], - "source_rgroups": [ - 2, - 3, - 2 - ], - "target_rgroups": [ - 2, - 3, - 2 - ], - "rules_by_span_id": { - "2": "[X] ||| das [X] kristallin sein . ||| the [1] crystalline . ||| IsSupportedOnline=0 IsSingletonFE=1 IsSingletonF=1 MaxLexEgivenF=0.317153 MaxLexFgivenE=2.02464 CountEF=0.30103 SampleCountF=0.30103 EgivenFCoherent=-0 ||| 0-0 2-2 3-2 4-3", - "3": "[X] ||| substrat kann amorph oder ||| substrate may be amorphous or ||| IsSupportedOnline=0 IsSingletonFE=1 IsSingletonF=1 MaxLexEgivenF=1.89753 MaxLexFgivenE=1.43405 CountEF=0.30103 SampleCountF=0.30103 EgivenFCoherent=-0 ||| 0-0 1-1 2-2 2-3 3-4" - }, - "source_groups": [ - "das", - "substrat kann amorph oder", - "kristallin sein ." - ], - "target_groups": [ - "the", - "substrate may be amorphous or", - "crystalline ." - ], - "span_info": { - "2": [ - [ - 0, - 8 - ], - [ - [ - 1, - 5 - ] - ] - ], - "3": [ - [ - 1, - 5 - ], - [ - - ] - ] - }, - "span2id": { - "[0, 8]": 2, - "[1, 5]": 3 - } -} |