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
| {
| "annotations": [
| {
| "result": [
| {
| "id": "1qI949lEoK",
| "from_name": "tax",
| "to_name": "text",
| "type": "taxonomy",
| "value": {
| "taxonomy": [["One"], ["Three", "Sub"]]
| }
| },
| {
| "id": "XHooLpYmvn",
| "from_name": "sentiment",
| "to_name": "text",
| "type": "choices",
| "value": {
| "choices": ["Negative"]
| }
| }
| ]
| }
| ],
| "data": {
| "asin": "1384719342",
| "helpful": [13, 14],
| "overall": 5,
| "reviewText": "What a waste of money and time!",
| "reviewTime": "03 16, 2013",
| "reviewerID": "A14VAT5EAX3D9S",
| "reviewerName": "Jake",
| "summary": "Jake",
| "unixReviewTime": 1363392000
| },
| "id": 1,
| "task_path": "../examples/sentiment_analysis/tasks.json"
| }
|
|