Skip to content

Commit 14fe15f

Browse files
committed
more readable json test format
1 parent bb0cd8f commit 14fe15f

22 files changed

Lines changed: 371675 additions & 326462 deletions

File tree

Lines changed: 84 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,86 @@
11
{
2-
"documents" : [ {
3-
"id" : "d1",
4-
"paragraphs" : [ {
5-
"id" : "d1.p1",
6-
"sentences" : [ {
7-
"id" : "empty-nodes",
8-
"terms" : [ {
9-
"annotations" : {
10-
"token" : "Sue",
11-
"lemma" : "Sue",
12-
"upos" : "PROPN",
13-
"head" : "2",
14-
"deprel" : "nsubj"
15-
},
16-
"id" : "empty-nodes.w1",
17-
"offset" : 0
18-
}, {
19-
"annotations" : {
20-
"token" : "likes",
21-
"lemma" : "like",
22-
"upos" : "VERB",
23-
"head" : "0",
24-
"deprel" : "root"
25-
},
26-
"id" : "empty-nodes.w2",
27-
"offset" : 4
28-
}, {
29-
"annotations" : {
30-
"token" : "coffee",
31-
"lemma" : "coffee",
32-
"upos" : "NOUN",
33-
"head" : "2",
34-
"deprel" : "obj"
35-
},
36-
"id" : "empty-nodes.w3",
37-
"offset" : 10
38-
}, {
39-
"annotations" : {
40-
"token" : "and",
41-
"lemma" : "and",
42-
"upos" : "CCONJ",
43-
"head" : "5",
44-
"deprel" : "cc"
45-
},
46-
"id" : "empty-nodes.w4",
47-
"offset" : 17
48-
}, {
49-
"annotations" : {
50-
"token" : "Bill",
51-
"lemma" : "a",
52-
"upos" : "PROPN",
53-
"head" : "2",
54-
"deprel" : "conj"
55-
},
56-
"id" : "empty-nodes.w5",
57-
"offset" : 21
58-
}, {
59-
"annotations" : {
60-
"token" : "tea",
61-
"lemma" : "tea",
62-
"upos" : "NOUN",
63-
"head" : "5",
64-
"deprel" : "orphan"
65-
},
66-
"id" : "empty-nodes.w6",
67-
"offset" : 26
68-
} ]
69-
} ]
70-
} ]
71-
} ],
72-
"id" : "UUID"
2+
"documents": [
3+
{
4+
"id": "d1",
5+
"paragraphs": [
6+
{
7+
"id": "d1.p1",
8+
"sentences": [
9+
{
10+
"id": "empty-nodes",
11+
"terms": [
12+
{
13+
"annotations": {
14+
"token": "Sue",
15+
"lemma": "Sue",
16+
"upos": "PROPN",
17+
"head": "2",
18+
"deprel": "nsubj"
19+
},
20+
"id": "empty-nodes.w1",
21+
"offset": 0
22+
},
23+
{
24+
"annotations": {
25+
"token": "likes",
26+
"lemma": "like",
27+
"upos": "VERB",
28+
"head": "0",
29+
"deprel": "root"
30+
},
31+
"id": "empty-nodes.w2",
32+
"offset": 4
33+
},
34+
{
35+
"annotations": {
36+
"token": "coffee",
37+
"lemma": "coffee",
38+
"upos": "NOUN",
39+
"head": "2",
40+
"deprel": "obj"
41+
},
42+
"id": "empty-nodes.w3",
43+
"offset": 10
44+
},
45+
{
46+
"annotations": {
47+
"token": "and",
48+
"lemma": "and",
49+
"upos": "CCONJ",
50+
"head": "5",
51+
"deprel": "cc"
52+
},
53+
"id": "empty-nodes.w4",
54+
"offset": 17
55+
},
56+
{
57+
"annotations": {
58+
"token": "Bill",
59+
"lemma": "a",
60+
"upos": "PROPN",
61+
"head": "2",
62+
"deprel": "conj"
63+
},
64+
"id": "empty-nodes.w5",
65+
"offset": 21
66+
},
67+
{
68+
"annotations": {
69+
"token": "tea",
70+
"lemma": "tea",
71+
"upos": "NOUN",
72+
"head": "5",
73+
"deprel": "orphan"
74+
},
75+
"id": "empty-nodes.w6",
76+
"offset": 26
77+
}
78+
]
79+
}
80+
]
81+
}
82+
]
83+
}
84+
],
85+
"id": "UUID"
7386
}
Lines changed: 96 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,98 @@
11
{
2-
"documents" : [ {
3-
"id" : "d1",
4-
"paragraphs" : [ {
5-
"id" : "d1.p1",
6-
"sentences" : [ {
7-
"id" : "s1",
8-
"terms" : [ {
9-
"annotations" : {
10-
"token" : "Gas",
11-
"lemma" : "gas",
12-
"pos" : "S",
13-
"upos" : "NOUN(Gender=Masc|Number=Sing)",
14-
"head" : "0",
15-
"deprel" : "root"
16-
},
17-
"id" : "s1.w1",
18-
"offset" : 0
19-
}, {
20-
"annotations" : {
21-
"token" : "dalla"
22-
},
23-
"id" : "s1.w2",
24-
"offset" : 4
25-
}, {
26-
"annotations" : {
27-
"token" : "statua",
28-
"lemma" : "statua",
29-
"pos" : "S",
30-
"upos" : "NOUN(Gender=Fem|Number=Sing)",
31-
"head" : "2",
32-
"deprel" : "nmod"
33-
},
34-
"id" : "s1.w3",
35-
"offset" : 10,
36-
"spaceAfter" : false
37-
}, {
38-
"annotations" : {
39-
"token" : ".",
40-
"lemma" : ".",
41-
"pos" : "FS",
42-
"upos" : "PUNCT",
43-
"head" : "1",
44-
"deprel" : "punct"
45-
},
46-
"id" : "s1.w4",
47-
"offset" : 16
48-
} ]
49-
}, {
50-
"id" : "s2",
51-
"terms" : [ {
52-
"annotations" : {
53-
"token" : "Ter"
54-
},
55-
"id" : "s2.w1",
56-
"offset" : 18
57-
}, {
58-
"annotations" : {
59-
"token" : "hoogte"
60-
},
61-
"id" : "s2.w2",
62-
"offset" : 22
63-
}, {
64-
"annotations" : {
65-
"token" : "van"
66-
},
67-
"id" : "s2.w3",
68-
"offset" : 29,
69-
"spaceAfter" : false
70-
}, {
71-
"annotations" : {
72-
"token" : "."
73-
},
74-
"id" : "s2.w4",
75-
"offset" : 32
76-
} ]
77-
} ]
78-
} ]
79-
} ],
80-
"id" : "UUID"
2+
"documents": [
3+
{
4+
"id": "d1",
5+
"paragraphs": [
6+
{
7+
"id": "d1.p1",
8+
"sentences": [
9+
{
10+
"id": "s1",
11+
"terms": [
12+
{
13+
"annotations": {
14+
"token": "Gas",
15+
"lemma": "gas",
16+
"pos": "S",
17+
"upos": "NOUN(Gender=Masc|Number=Sing)",
18+
"head": "0",
19+
"deprel": "root"
20+
},
21+
"id": "s1.w1",
22+
"offset": 0
23+
},
24+
{
25+
"annotations": {
26+
"token": "dalla"
27+
},
28+
"id": "s1.w2",
29+
"offset": 4
30+
},
31+
{
32+
"annotations": {
33+
"token": "statua",
34+
"lemma": "statua",
35+
"pos": "S",
36+
"upos": "NOUN(Gender=Fem|Number=Sing)",
37+
"head": "2",
38+
"deprel": "nmod"
39+
},
40+
"id": "s1.w3",
41+
"offset": 10,
42+
"spaceAfter": false
43+
},
44+
{
45+
"annotations": {
46+
"token": ".",
47+
"lemma": ".",
48+
"pos": "FS",
49+
"upos": "PUNCT",
50+
"head": "1",
51+
"deprel": "punct"
52+
},
53+
"id": "s1.w4",
54+
"offset": 16
55+
}
56+
]
57+
},
58+
{
59+
"id": "s2",
60+
"terms": [
61+
{
62+
"annotations": {
63+
"token": "Ter"
64+
},
65+
"id": "s2.w1",
66+
"offset": 18
67+
},
68+
{
69+
"annotations": {
70+
"token": "hoogte"
71+
},
72+
"id": "s2.w2",
73+
"offset": 22
74+
},
75+
{
76+
"annotations": {
77+
"token": "van"
78+
},
79+
"id": "s2.w3",
80+
"offset": 29,
81+
"spaceAfter": false
82+
},
83+
{
84+
"annotations": {
85+
"token": "."
86+
},
87+
"id": "s2.w4",
88+
"offset": 32
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}
96+
],
97+
"id": "UUID"
8198
}
Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
{
2-
"documents" : [ {
3-
"id" : "d1",
4-
"paragraphs" : [ {
5-
"id" : "d1.p1",
6-
"sentences" : [ {
7-
"id" : "d1.p1.s1",
8-
"terms" : [ {
9-
"annotations" : {
10-
"token" : "_",
11-
"pos" : "PC",
12-
"head" : "0",
13-
"deprel" : "root"
14-
},
15-
"id" : "d1.p1.s1.w1",
16-
"offset" : 0
17-
} ]
18-
} ]
19-
} ]
20-
} ],
21-
"id" : "UUID"
2+
"documents": [
3+
{
4+
"id": "d1",
5+
"paragraphs": [
6+
{
7+
"id": "d1.p1",
8+
"sentences": [
9+
{
10+
"id": "d1.p1.s1",
11+
"terms": [
12+
{
13+
"annotations": {
14+
"token": "_",
15+
"pos": "PC",
16+
"head": "0",
17+
"deprel": "root"
18+
},
19+
"id": "d1.p1.s1.w1",
20+
"offset": 0
21+
}
22+
]
23+
}
24+
]
25+
}
26+
]
27+
}
28+
],
29+
"id": "UUID"
2230
}

0 commit comments

Comments
 (0)