summaryrefslogtreecommitdiff
path: root/derivation_to_json/in4.json
blob: 566b91fc34b92875d7086504684402163596647f (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "phrase_alignment": [
    [
      0
    ],
    [
      1
    ],
    [
      2
    ],
    [
      3
    ]
  ],
  "source_rgroups": [
    2,
    3,
    4,
    3
  ],
  "target_rgroups": [
    2,
    3,
    4,
    3
  ],
  "rules_by_span_id": {
    "2": "[X] ||| der metalloxid @-@ halbleiter [X] ||| the metal @-@ oxide semiconductor [1] ||| IsSupportedOnline=0 IsSingletonFE=0 IsSingletonF=0 MaxLexEgivenF=1.56569 MaxLexFgivenE=2.8425 CountEF=0.477121 SampleCountF=0.69897 EgivenFCoherent=0.30103 ||| 0-0 1-1 1-3 2-2 3-4",
    "3": "[X] ||| kann [X] dotierungselement enthalten . ||| may contain [1] doping element . ||| IsSupportedOnline=0 IsSingletonFE=1 IsSingletonF=1 MaxLexEgivenF=2.14956 MaxLexFgivenE=1.87655 CountEF=0.30103 SampleCountF=0.30103 EgivenFCoherent=-0 ||| 0-0 2-3 2-4 3-3 4-5",
    "4": "[X] ||| mindestens ein ||| at least one ||| IsSupportedOnline=0 IsSingletonFE=0 IsSingletonF=0 MaxLexEgivenF=1.61108 MaxLexFgivenE=1.75632 CountEF=0.477121 SampleCountF=0.778151 EgivenFCoherent=0.39794 ||| 0-0 0-1 1-2"
  },
  "source_groups": [
    "der metalloxid @-@ halbleiter",
    "kann",
    "mindestens ein",
    "dotierungselement enthalten ."
  ],
  "target_groups": [
    "the metal @-@ oxide semiconductor",
    "may contain",
    "at least one",
    "doping element ."
  ],
  "span_info": {
    "2": [
      [
        0,
        10
      ],
      [
        [
          4,
          10
        ]
      ]
    ],
    "3": [
      [
        4,
        10
      ],
      [
        [
          5,
          7
        ]
      ]
    ],
    "4": [
      [
        5,
        7
      ],
      [

      ]
    ]
  },
  "span2id": {
    "[0, 10]": 2,
    "[4, 10]": 3,
    "[5, 7]": 4
  }
}