-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalignment_output_sample.json
91 lines (91 loc) · 2.19 KB
/
alignment_output_sample.json
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
86
87
88
89
90
91
{
"metadata": {
"resources": {
"r0": {
"languageCode": "el-x-koine",
"name": "UGNT",
"version": "0.1"
},
"r1": {
"languageCode": "en",
"name": "ULT",
"version": "9"
}
},
"modified": "1524293704"
},
"conformsTo": "alignment-0.1",
"segments": [
{
"resources": {
"r0": {
"text": "Βίβλος γενέσεως Ἰησοῦ Χριστοῦ υἱοῦ Δαυὶδ υἱοῦ Ἀβραάμ.",
"tokens": ["Βίβλος", "γενέσεως", "Ἰησοῦ", "Χριστοῦ", "υἱοῦ", "Δαυὶδ", "υἱοῦ", "Ἀβραάμ"],
"metadata": {
"contextId": "MAT001001"
}
},
"r1": {
"text": "The book of the genealogy of Jesus Christ, son of David, son of Abraham:",
"tokens": [{
"text": "The",
"occurrence": 1,
"occurrences": 2,
"contextId": "MAT001001"
}, "book", "of", "the", "genealogy", "of", "Jesus", "Christ", "son", "of", "David", "son", "of", "Abraham"],
"metadata": {
"contextId": "MAT001001"
}
}
},
"alignments": [
{
"score": 0.516905944153279,
"r0": [0, 1],
"r1": [1, 4],
"verified": false
},
{
"score": 0.5363691430931895,
"r0": [1, 2],
"r1": [4],
"verified": false
},
{
"score": 0.5372550334365089,
"r0": [2],
"r1": [6, 7],
"verified": false
},
{
"score": 0.4762634342491979,
"r0": [3],
"r1": [7],
"verified": false
},
{
"score": 0.46762244230161903,
"r0": [],
"r1": [8, 9],
"verified": false
},
{
"score": 0.5253404588058129,
"r0": [5],
"r1": [],
"verified": true
},
{
"r0": [6],
"r1": [10, 12],
"verified": true
},
{
"r0": [7, 9],
"r1": [13],
"verified": true
}
]
}
]
}