summaryrefslogtreecommitdiff
path: root/derivation_to_json/in3.json
blob: 2181e2a11fb61694435c153a476289b4a78efa7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "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
  }
}