forked from sfu-discourse-lab/SO-CAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
salida1.json
49 lines (49 loc) · 1.44 KB
/
salida1.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
{
"sentences": [
{
"index": 0,
"tokens": [
{
"index": 1,
"word": "El",
"originalText": "El",
"characterOffsetBegin": 1,
"characterOffsetEnd": 3,
"pos": "NNP",
"before": " ",
"after": " "
},
{
"index": 2,
"word": "peru",
"originalText": "peru",
"characterOffsetBegin": 4,
"characterOffsetEnd": 8,
"pos": "NNP",
"before": " ",
"after": " "
},
{
"index": 3,
"word": "es",
"originalText": "es",
"characterOffsetBegin": 9,
"characterOffsetEnd": 11,
"pos": "NNP",
"before": " ",
"after": " "
},
{
"index": 4,
"word": "bello",
"originalText": "bello",
"characterOffsetBegin": 12,
"characterOffsetEnd": 17,
"pos": "NNP",
"before": " ",
"after": ""
}
]
}
]
}