-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtimex_output.json
48 lines (48 loc) · 956 Bytes
/
timex_output.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
[
{
"text": "when is our tomorrow's meeting?",
"TIMEX3": [
{
"expression": "tomorrow",
"tid": "t1",
"type": "DATE",
"unit": "DAY",
"value": "2020-07-21",
"beginPoint": "",
"endPoint": ""
}
]
},
{
"text": "Make a schedule from Friday to Tuesday __EMPTY__",
"TIMEX3": [
{
"expression": "Friday",
"tid": "t1",
"type": "DATE",
"unit": "DAY",
"value": "2020-07-24",
"beginPoint": "",
"endPoint": ""
},
{
"expression": "Tuesday",
"tid": "t2",
"type": "DATE",
"unit": "DAY",
"value": "2020-07-28",
"beginPoint": "",
"endPoint": ""
},
{
"expression": "",
"tid": "t3",
"type": "DURATION",
"unit": "",
"value": "P4D",
"beginPoint": "t1",
"endPoint": "t2"
}
]
}
]