Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pos_converter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
pos_converter
Commits
ef9904e5
Commit
ef9904e5
authored
1 year ago
by
Paweł Walkowiak
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci_tester_fix' into 'master'
Fix expect for integration test See merge request
!8
parents
60ad792a
b2357a46
Branches
Branches containing commit
1 merge request
!8
Fix expect for integration test
Pipeline
#15807
passed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/testdata/expected/post_spacy_ner_no_json_text_expected.json
+1
-1
1 addition, 1 deletion
...stdata/expected/post_spacy_ner_no_json_text_expected.json
with
1 addition
and
1 deletion
tests/testdata/expected/post_spacy_ner_no_json_text_expected.json
+
1
−
1
View file @
ef9904e5
{
"id"
:
"a7df02d6-da34-4062-8c0d-483899449c0e"
,
"tokens"
:
[{
"id"
:
1
,
"start"
:
0
,
"stop"
:
4
,
"lexemes"
:
[{
"lemma"
:
"when"
,
"pos"
:
"SCONJ"
,
"disamb"
:
true
}]},
{
"id"
:
2
,
"start"
:
5
,
"stop"
:
14
,
"lexemes"
:
[{
"lemma"
:
"sebastian"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
3
,
"start"
:
15
,
"stop"
:
20
,
"lexemes"
:
[{
"lemma"
:
"Thrun"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
4
,
"start"
:
21
,
"stop"
:
28
,
"lexemes"
:
[{
"lemma"
:
"start"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
5
,
"start"
:
29
,
"stop"
:
36
,
"lexemes"
:
[{
"lemma"
:
"work"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
6
,
"start"
:
37
,
"stop"
:
39
,
"lexemes"
:
[{
"lemma"
:
"on"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
7
,
"start"
:
40
,
"stop"
:
44
,
"lexemes"
:
[{
"lemma"
:
"self"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
8
,
"start"
:
45
,
"stop"
:
45
,
"lexemes"
:
[{
"lemma"
:
"-"
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
9
,
"start"
:
46
,
"stop"
:
52
,
"lexemes"
:
[{
"lemma"
:
"drive"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
10
,
"start"
:
53
,
"stop"
:
57
,
"lexemes"
:
[{
"lemma"
:
"car"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
11
,
"start"
:
58
,
"stop"
:
60
,
"lexemes"
:
[{
"lemma"
:
"at"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
12
,
"start"
:
61
,
"stop"
:
67
,
"lexemes"
:
[{
"lemma"
:
"Google"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
13
,
"start"
:
68
,
"stop"
:
70
,
"lexemes"
:
[{
"lemma"
:
"in"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
14
,
"start"
:
71
,
"stop"
:
75
,
"lexemes"
:
[{
"lemma"
:
"2007"
,
"pos"
:
"NUM"
,
"disamb"
:
true
}]},
{
"id"
:
15
,
"start"
:
76
,
"stop"
:
76
,
"lexemes"
:
[{
"lemma"
:
","
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
16
,
"start"
:
77
,
"stop"
:
80
,
"lexemes"
:
[{
"lemma"
:
"few"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
17
,
"start"
:
81
,
"stop"
:
87
,
"lexemes"
:
[{
"lemma"
:
"people"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
18
,
"start"
:
88
,
"stop"
:
95
,
"lexemes"
:
[{
"lemma"
:
"outside"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
19
,
"start"
:
96
,
"stop"
:
98
,
"lexemes"
:
[{
"lemma"
:
"of"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
20
,
"start"
:
99
,
"stop"
:
102
,
"lexemes"
:
[{
"lemma"
:
"the"
,
"pos"
:
"DET"
,
"disamb"
:
true
}]},
{
"id"
:
21
,
"start"
:
103
,
"stop"
:
110
,
"lexemes"
:
[{
"lemma"
:
"company"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
22
,
"start"
:
111
,
"stop"
:
115
,
"lexemes"
:
[{
"lemma"
:
"take"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
23
,
"start"
:
116
,
"stop"
:
119
,
"lexemes"
:
[{
"lemma"
:
"he"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
24
,
"start"
:
120
,
"stop"
:
129
,
"lexemes"
:
[{
"lemma"
:
"seriously"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
25
,
"start"
:
130
,
"stop"
:
130
,
"lexemes"
:
[{
"lemma"
:
"."
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
26
,
"start"
:
131
,
"stop"
:
132
,
"lexemes"
:
[{
"lemma"
:
"
\"
"
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
27
,
"start"
:
133
,
"stop"
:
133
,
"lexemes"
:
[{
"lemma"
:
"I"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
28
,
"start"
:
134
,
"stop"
:
137
,
"lexemes"
:
[{
"lemma"
:
"can"
,
"pos"
:
"AUX"
,
"disamb"
:
true
}]},
{
"id"
:
29
,
"start"
:
138
,
"stop"
:
142
,
"lexemes"
:
[{
"lemma"
:
"tell"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
30
,
"start"
:
143
,
"stop"
:
146
,
"lexemes"
:
[{
"lemma"
:
"you"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
31
,
"start"
:
147
,
"stop"
:
151
,
"lexemes"
:
[{
"lemma"
:
"very"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
32
,
"start"
:
152
,
"stop"
:
158
,
"lexemes"
:
[{
"lemma"
:
"senior"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
33
,
"start"
:
159
,
"stop"
:
163
,
"lexemes"
:
[{
"lemma"
:
"ceo"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
34
,
"start"
:
164
,
"stop"
:
166
,
"lexemes"
:
[{
"lemma"
:
"of"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
35
,
"start"
:
167
,
"stop"
:
172
,
"lexemes"
:
[{
"lemma"
:
"major"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
36
,
"start"
:
173
,
"stop"
:
181
,
"lexemes"
:
[{
"lemma"
:
"american"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
37
,
"start"
:
182
,
"stop"
:
185
,
"lexemes"
:
[{
"lemma"
:
"car"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
38
,
"start"
:
186
,
"stop"
:
195
,
"lexemes"
:
[{
"lemma"
:
"company"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
39
,
"start"
:
196
,
"stop"
:
201
,
"lexemes"
:
[{
"lemma"
:
"would"
,
"pos"
:
"AUX"
,
"disamb"
:
true
}]},
{
"id"
:
40
,
"start"
:
202
,
"stop"
:
207
,
"lexemes"
:
[{
"lemma"
:
"shake"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
41
,
"start"
:
208
,
"stop"
:
210
,
"lexemes"
:
[{
"lemma"
:
"my"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
42
,
"start"
:
211
,
"stop"
:
215
,
"lexemes"
:
[{
"lemma"
:
"hand"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
43
,
"start"
:
216
,
"stop"
:
219
,
"lexemes"
:
[{
"lemma"
:
"and"
,
"pos"
:
"CCONJ"
,
"disamb"
:
true
}]},
{
"id"
:
44
,
"start"
:
220
,
"stop"
:
224
,
"lexemes"
:
[{
"lemma"
:
"turn"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
45
,
"start"
:
225
,
"stop"
:
229
,
"lexemes"
:
[{
"lemma"
:
"away"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
46
,
"start"
:
230
,
"stop"
:
237
,
"lexemes"
:
[{
"lemma"
:
"because"
,
"pos"
:
"SCONJ"
,
"disamb"
:
true
}]},
{
"id"
:
47
,
"start"
:
238
,
"stop"
:
239
,
"lexemes"
:
[{
"lemma"
:
"I"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
48
,
"start"
:
240
,
"stop"
:
243
,
"lexemes"
:
[{
"lemma"
:
"be"
,
"pos"
:
"AUX"
,
"disamb"
:
true
}]},
{
"id"
:
49
,
"start"
:
244
,
"stop"
:
246
,
"lexemes"
:
[{
"lemma"
:
"n’t"
,
"pos"
:
"PART"
,
"disamb"
:
true
}]},
{
"id"
:
50
,
"start"
:
247
,
"stop"
:
252
,
"lexemes"
:
[{
"lemma"
:
"worth"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
51
,
"start"
:
253
,
"stop"
:
260
,
"lexemes"
:
[{
"lemma"
:
"talk"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
52
,
"start"
:
261
,
"stop"
:
263
,
"lexemes"
:
[{
"lemma"
:
"to"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
53
,
"start"
:
264
,
"stop"
:
264
,
"lexemes"
:
[{
"lemma"
:
","
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
54
,
"start"
:
265
,
"stop"
:
265
,
"lexemes"
:
[{
"lemma"
:
"
\"
"
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
55
,
"start"
:
266
,
"stop"
:
270
,
"lexemes"
:
[{
"lemma"
:
"say"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
56
,
"start"
:
271
,
"stop"
:
276
,
"lexemes"
:
[{
"lemma"
:
"Thrun"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
57
,
"start"
:
277
,
"stop"
:
277
,
"lexemes"
:
[{
"lemma"
:
","
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
58
,
"start"
:
278
,
"stop"
:
280
,
"lexemes"
:
[{
"lemma"
:
"in"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
59
,
"start"
:
281
,
"stop"
:
283
,
"lexemes"
:
[{
"lemma"
:
"an"
,
"pos"
:
"DET"
,
"disamb"
:
true
}]},
{
"id"
:
60
,
"start"
:
284
,
"stop"
:
293
,
"lexemes"
:
[{
"lemma"
:
"interview"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
61
,
"start"
:
294
,
"stop"
:
298
,
"lexemes"
:
[{
"lemma"
:
"with"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
62
,
"start"
:
299
,
"stop"
:
305
,
"lexemes"
:
[{
"lemma"
:
"Recode"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
63
,
"start"
:
306
,
"stop"
:
313
,
"lexemes"
:
[{
"lemma"
:
"early"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
64
,
"start"
:
314
,
"stop"
:
318
,
"lexemes"
:
[{
"lemma"
:
"this"
,
"pos"
:
"DET"
,
"disamb"
:
true
}]},
{
"id"
:
65
,
"start"
:
319
,
"stop"
:
323
,
"lexemes"
:
[{
"lemma"
:
"week"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
66
,
"start"
:
324
,
"stop"
:
324
,
"lexemes"
:
[{
"lemma"
:
"."
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
67
,
"start"
:
325
,
"stop"
:
325
,
"lexemes"
:
[{
"lemma"
:
"
\n
"
,
"pos"
:
"SPACE"
,
"disamb"
:
true
}]}],
"filename"
:
"c344fdac-c305-4bb4-9532-46f3f86c8c15"
,
"tagset"
:
"ud"
,
"spans"
:
{
"ner"
:
[{
"id"
:
1
,
"start"
:
5
,
"stop"
:
20
,
"class"
:
"PERSON"
},
{
"id"
:
2
,
"start"
:
61
,
"stop"
:
67
,
"class"
:
"ORG"
},
{
"id"
:
3
,
"start"
:
71
,
"stop"
:
75
,
"class"
:
"DATE"
},
{
"id"
:
4
,
"start"
:
173
,
"stop"
:
181
,
"class"
:
"NORP"
},
{
"id"
:
5
,
"start"
:
271
,
"stop"
:
276
,
"class"
:
"PERSON"
},
{
"id"
:
6
,
"start"
:
299
,
"stop"
:
305
,
"class"
:
"ORG"
},
{
"id"
:
7
,
"start"
:
306
,
"stop"
:
323
,
"class"
:
"DATE"
}],
"sentence"
:
[{
"id"
:
1
,
"start"
:
0
,
"stop"
:
130
},
{
"id"
:
2
,
"start"
:
131
,
"stop"
:
325
}]},
"relations"
:
{}}
\ No newline at end of file
{
"id"
:
"a7df02d6-da34-4062-8c0d-483899449c0e"
,
"tokens"
:
[{
"id"
:
1
,
"start"
:
0
,
"stop"
:
4
,
"lexemes"
:
[{
"lemma"
:
"when"
,
"pos"
:
"SCONJ"
,
"disamb"
:
true
}]},
{
"id"
:
2
,
"start"
:
5
,
"stop"
:
14
,
"lexemes"
:
[{
"lemma"
:
"sebastian"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
3
,
"start"
:
15
,
"stop"
:
20
,
"lexemes"
:
[{
"lemma"
:
"Thrun"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
4
,
"start"
:
21
,
"stop"
:
28
,
"lexemes"
:
[{
"lemma"
:
"start"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
5
,
"start"
:
29
,
"stop"
:
36
,
"lexemes"
:
[{
"lemma"
:
"work"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
6
,
"start"
:
37
,
"stop"
:
39
,
"lexemes"
:
[{
"lemma"
:
"on"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
7
,
"start"
:
40
,
"stop"
:
44
,
"lexemes"
:
[{
"lemma"
:
"self"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
8
,
"start"
:
45
,
"stop"
:
45
,
"lexemes"
:
[{
"lemma"
:
"-"
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
9
,
"start"
:
46
,
"stop"
:
52
,
"lexemes"
:
[{
"lemma"
:
"drive"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
10
,
"start"
:
53
,
"stop"
:
57
,
"lexemes"
:
[{
"lemma"
:
"car"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
11
,
"start"
:
58
,
"stop"
:
60
,
"lexemes"
:
[{
"lemma"
:
"at"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
12
,
"start"
:
61
,
"stop"
:
67
,
"lexemes"
:
[{
"lemma"
:
"Google"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
13
,
"start"
:
68
,
"stop"
:
70
,
"lexemes"
:
[{
"lemma"
:
"in"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
14
,
"start"
:
71
,
"stop"
:
75
,
"lexemes"
:
[{
"lemma"
:
"2007"
,
"pos"
:
"NUM"
,
"disamb"
:
true
}]},
{
"id"
:
15
,
"start"
:
76
,
"stop"
:
76
,
"lexemes"
:
[{
"lemma"
:
","
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
16
,
"start"
:
77
,
"stop"
:
80
,
"lexemes"
:
[{
"lemma"
:
"few"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
17
,
"start"
:
81
,
"stop"
:
87
,
"lexemes"
:
[{
"lemma"
:
"people"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
18
,
"start"
:
88
,
"stop"
:
95
,
"lexemes"
:
[{
"lemma"
:
"outside"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
19
,
"start"
:
96
,
"stop"
:
98
,
"lexemes"
:
[{
"lemma"
:
"of"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
20
,
"start"
:
99
,
"stop"
:
102
,
"lexemes"
:
[{
"lemma"
:
"the"
,
"pos"
:
"DET"
,
"disamb"
:
true
}]},
{
"id"
:
21
,
"start"
:
103
,
"stop"
:
110
,
"lexemes"
:
[{
"lemma"
:
"company"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
22
,
"start"
:
111
,
"stop"
:
115
,
"lexemes"
:
[{
"lemma"
:
"take"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
23
,
"start"
:
116
,
"stop"
:
119
,
"lexemes"
:
[{
"lemma"
:
"he"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
24
,
"start"
:
120
,
"stop"
:
129
,
"lexemes"
:
[{
"lemma"
:
"seriously"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
25
,
"start"
:
130
,
"stop"
:
130
,
"lexemes"
:
[{
"lemma"
:
"."
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
26
,
"start"
:
131
,
"stop"
:
132
,
"lexemes"
:
[{
"lemma"
:
"
\"
"
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
27
,
"start"
:
133
,
"stop"
:
133
,
"lexemes"
:
[{
"lemma"
:
"I"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
28
,
"start"
:
134
,
"stop"
:
137
,
"lexemes"
:
[{
"lemma"
:
"can"
,
"pos"
:
"AUX"
,
"disamb"
:
true
}]},
{
"id"
:
29
,
"start"
:
138
,
"stop"
:
142
,
"lexemes"
:
[{
"lemma"
:
"tell"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
30
,
"start"
:
143
,
"stop"
:
146
,
"lexemes"
:
[{
"lemma"
:
"you"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
31
,
"start"
:
147
,
"stop"
:
151
,
"lexemes"
:
[{
"lemma"
:
"very"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
32
,
"start"
:
152
,
"stop"
:
158
,
"lexemes"
:
[{
"lemma"
:
"senior"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
33
,
"start"
:
159
,
"stop"
:
163
,
"lexemes"
:
[{
"lemma"
:
"ceo"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
34
,
"start"
:
164
,
"stop"
:
166
,
"lexemes"
:
[{
"lemma"
:
"of"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
35
,
"start"
:
167
,
"stop"
:
172
,
"lexemes"
:
[{
"lemma"
:
"major"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
36
,
"start"
:
173
,
"stop"
:
181
,
"lexemes"
:
[{
"lemma"
:
"american"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
37
,
"start"
:
182
,
"stop"
:
185
,
"lexemes"
:
[{
"lemma"
:
"car"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
38
,
"start"
:
186
,
"stop"
:
195
,
"lexemes"
:
[{
"lemma"
:
"company"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
39
,
"start"
:
196
,
"stop"
:
201
,
"lexemes"
:
[{
"lemma"
:
"would"
,
"pos"
:
"AUX"
,
"disamb"
:
true
}]},
{
"id"
:
40
,
"start"
:
202
,
"stop"
:
207
,
"lexemes"
:
[{
"lemma"
:
"shake"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
41
,
"start"
:
208
,
"stop"
:
210
,
"lexemes"
:
[{
"lemma"
:
"my"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
42
,
"start"
:
211
,
"stop"
:
215
,
"lexemes"
:
[{
"lemma"
:
"hand"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
43
,
"start"
:
216
,
"stop"
:
219
,
"lexemes"
:
[{
"lemma"
:
"and"
,
"pos"
:
"CCONJ"
,
"disamb"
:
true
}]},
{
"id"
:
44
,
"start"
:
220
,
"stop"
:
224
,
"lexemes"
:
[{
"lemma"
:
"turn"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
45
,
"start"
:
225
,
"stop"
:
229
,
"lexemes"
:
[{
"lemma"
:
"away"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
46
,
"start"
:
230
,
"stop"
:
237
,
"lexemes"
:
[{
"lemma"
:
"because"
,
"pos"
:
"SCONJ"
,
"disamb"
:
true
}]},
{
"id"
:
47
,
"start"
:
238
,
"stop"
:
239
,
"lexemes"
:
[{
"lemma"
:
"I"
,
"pos"
:
"PRON"
,
"disamb"
:
true
}]},
{
"id"
:
48
,
"start"
:
240
,
"stop"
:
243
,
"lexemes"
:
[{
"lemma"
:
"be"
,
"pos"
:
"AUX"
,
"disamb"
:
true
}]},
{
"id"
:
49
,
"start"
:
244
,
"stop"
:
246
,
"lexemes"
:
[{
"lemma"
:
"n’t"
,
"pos"
:
"PART"
,
"disamb"
:
true
}]},
{
"id"
:
50
,
"start"
:
247
,
"stop"
:
252
,
"lexemes"
:
[{
"lemma"
:
"worth"
,
"pos"
:
"ADJ"
,
"disamb"
:
true
}]},
{
"id"
:
51
,
"start"
:
253
,
"stop"
:
260
,
"lexemes"
:
[{
"lemma"
:
"talk"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
52
,
"start"
:
261
,
"stop"
:
263
,
"lexemes"
:
[{
"lemma"
:
"to"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
53
,
"start"
:
264
,
"stop"
:
264
,
"lexemes"
:
[{
"lemma"
:
","
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
54
,
"start"
:
265
,
"stop"
:
265
,
"lexemes"
:
[{
"lemma"
:
"
\"
"
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
55
,
"start"
:
266
,
"stop"
:
270
,
"lexemes"
:
[{
"lemma"
:
"say"
,
"pos"
:
"VERB"
,
"disamb"
:
true
}]},
{
"id"
:
56
,
"start"
:
271
,
"stop"
:
276
,
"lexemes"
:
[{
"lemma"
:
"Thrun"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
57
,
"start"
:
277
,
"stop"
:
277
,
"lexemes"
:
[{
"lemma"
:
","
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
58
,
"start"
:
278
,
"stop"
:
280
,
"lexemes"
:
[{
"lemma"
:
"in"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
59
,
"start"
:
281
,
"stop"
:
283
,
"lexemes"
:
[{
"lemma"
:
"an"
,
"pos"
:
"DET"
,
"disamb"
:
true
}]},
{
"id"
:
60
,
"start"
:
284
,
"stop"
:
293
,
"lexemes"
:
[{
"lemma"
:
"interview"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
61
,
"start"
:
294
,
"stop"
:
298
,
"lexemes"
:
[{
"lemma"
:
"with"
,
"pos"
:
"ADP"
,
"disamb"
:
true
}]},
{
"id"
:
62
,
"start"
:
299
,
"stop"
:
305
,
"lexemes"
:
[{
"lemma"
:
"Recode"
,
"pos"
:
"PROPN"
,
"disamb"
:
true
}]},
{
"id"
:
63
,
"start"
:
306
,
"stop"
:
313
,
"lexemes"
:
[{
"lemma"
:
"early"
,
"pos"
:
"ADV"
,
"disamb"
:
true
}]},
{
"id"
:
64
,
"start"
:
314
,
"stop"
:
318
,
"lexemes"
:
[{
"lemma"
:
"this"
,
"pos"
:
"DET"
,
"disamb"
:
true
}]},
{
"id"
:
65
,
"start"
:
319
,
"stop"
:
323
,
"lexemes"
:
[{
"lemma"
:
"week"
,
"pos"
:
"NOUN"
,
"disamb"
:
true
}]},
{
"id"
:
66
,
"start"
:
324
,
"stop"
:
324
,
"lexemes"
:
[{
"lemma"
:
"."
,
"pos"
:
"PUNCT"
,
"disamb"
:
true
}]},
{
"id"
:
67
,
"start"
:
325
,
"stop"
:
325
,
"lexemes"
:
[{
"lemma"
:
"
\n
"
,
"pos"
:
"SPACE"
,
"disamb"
:
true
}]}],
"filename"
:
"c344fdac-c305-4bb4-9532-46f3f86c8c15"
,
"tagset"
:
"ud"
,
"spans"
:
{
"ner"
:
[{
"id"
:
1
,
"start"
:
5
,
"stop"
:
20
,
"type"
:
"PERSON"
},
{
"id"
:
2
,
"start"
:
61
,
"stop"
:
67
,
"type"
:
"ORG"
},
{
"id"
:
3
,
"start"
:
71
,
"stop"
:
75
,
"type"
:
"DATE"
},
{
"id"
:
4
,
"start"
:
173
,
"stop"
:
181
,
"type"
:
"NORP"
},
{
"id"
:
5
,
"start"
:
271
,
"stop"
:
276
,
"type"
:
"PERSON"
},
{
"id"
:
6
,
"start"
:
299
,
"stop"
:
305
,
"type"
:
"ORG"
},
{
"id"
:
7
,
"start"
:
306
,
"stop"
:
323
,
"type"
:
"DATE"
}],
"sentence"
:
[{
"id"
:
1
,
"start"
:
0
,
"stop"
:
130
},
{
"id"
:
2
,
"start"
:
131
,
"stop"
:
325
}]},
"relations"
:
{}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment