forked from machinereading/vtt-swrc-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.json
88 lines (88 loc) · 3.14 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"triples": [
{
"source": "[Monica Geller] : There's nothing to tell! He's just some guy I work with!",
"sbj": "Chandler Bing",
"relation": "has",
"obj": "just guy"
},
{
"source": "[Monica Geller] : There's nothing to tell! He's just some guy I work with!",
"sbj": "Chandler Bing",
"relation": "has",
"obj": "Monica Geller"
},
{
"source": "[Monica Geller] : There's nothing to tell! He's just some guy I work with!",
"sbj": "Chandler Bing",
"relation": "'s guy",
"obj": "I work with"
},
{
"source": "[Monica Geller] : There's nothing to tell! He's just some guy I work with!",
"sbj": "Chandler Bing",
"relation": "'s just guy",
"obj": "I work with"
},
{
"source": "[Monica Geller] : There's nothing to tell! He's just some guy I work with!",
"sbj": "Chandler Bing",
"relation": "'s just guy",
"obj": "I work"
},
{
"source": "[Monica Geller] : There's nothing to tell! He's just some guy I work with!",
"sbj": "Chandler Bing",
"relation": "'s guy",
"obj": "I work"
},
{
"source": "[Joey Tribbiani] : C'mon, you're going out with the guy! There's gotta be something wrong with him!",
"sbj": "Monica Geller",
"relation": "'re going out with",
"obj": "Man 1"
},
{
"source": "[Joey Tribbiani] : C'mon, you're going out with the guy! There's gotta be something wrong with him!",
"sbj": "something wrong",
"relation": "is with",
"obj": "Chandler Bing"
},
{
"source": "[Chandler Bing] : All right Joey, be nice. So does he have a hump? A hump and a hairpiece?",
"sbj": "right Joey",
"relation": "be",
"obj": "nice"
},
{
"source": "[Chandler Bing] : All right Joey, be nice. So does he have a hump? A hump and a hairpiece?",
"sbj": "Joey Tribbiani",
"relation": "So does have",
"obj": "hump"
},
{
"source": "[Chandler Bing] : All right Joey, be nice. So does he have a hump? A hump and a hairpiece?",
"sbj": "Joey Tribbiani",
"relation": "does have",
"obj": "hump"
},
{
"source": "[Phoebe Buffay] : Wait, does he eat chalk?",
"sbj": "Ross Geller",
"relation": "does eat",
"obj": "chalk"
},
{
"source": "[Monica Geller] : Okay, everybody relax. This is not even a date. It's just two people going out to dinner and- not having sex.",
"sbj": "It",
"relation": "has",
"obj": "just two people"
},
{
"source": "[Chandler Bing] : Ross Geller is my friend.",
"sbj": "Ross Geller",
"relation": "is",
"obj": "my friend"
}
]
}