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
]
],
"source_rgroups": [
3,
4,
5
],
"target_rgroups": [
3,
4,
5
],
"rules_by_span_id": {
"3": "[X] ||| diese komponente ist ein [X] ||| this component is a [1] ||| IsSupportedOnline=0 IsSingletonFE=1 IsSingletonF=1 MaxLexEgivenF=1.35358 MaxLexFgivenE=3.52666 CountEF=0.30103 SampleCountF=0.30103 EgivenFCoherent=-0 ||| 0-0 1-1 2-2 3-3",
"4": "[X] ||| unmittelbares ||| immediate ||| ForceRule=1 ||| 0-0",
"5": "[X] ||| mass für das lastmoment . ||| measure for the load moment . ||| IsSupportedOnline=0 IsSingletonFE=1 IsSingletonF=1 MaxLexEgivenF=1.13152 MaxLexFgivenE=3.40485 CountEF=0.30103 SampleCountF=0.30103 EgivenFCoherent=-0 ||| 0-0 1-1 2-2 3-3 3-4 4-5"
},
"source_groups": [
"diese komponente ist ein",
"unmittelbares",
"mass für das lastmoment ."
],
"target_groups": [
"this component is a",
"immediate",
"measure for the load moment ."
],
"span_info": {
"1": [
[
0,
10
],
[
]
],
"3": [
[
0,
5
],
[
[
4,
5
]
]
],
"4": [
[
4,
5
],
[
]
],
"5": [
[
5,
10
],
[
]
]
},
"span2id": {
"[0, 10]": 1,
"[0, 5]": 3,
"[4, 5]": 4,
"[5, 10]": 5
}
}
|