-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.txt
292 lines (291 loc) · 5.89 KB
/
out.txt
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
This is a sentence.
False
This is a sentence because awesome.
(ROOT
(S
(NP (DT This))
(VP
(VBZ is)
(NP
(NP (DT a) (NN sentence))
(PP (RB because) (ADJP (JJ awesome)))))
(. .)))
True
this sentence goes on multiple lines
because testing
(ROOT
(S
(NP (DT this) (NN sentence))
(VP
(VBZ goes)
(PP (IN on) (NP (JJ multiple) (NNS lines)))
(PP (IN because) (NP (NN testing))))
(. .)))
True
I love school, because big data.
(ROOT
(S
(NP (PRP I))
(VP
(VBP love)
(NP (NN school))
(, ,)
(PP (IN because) (NP (JJ big) (NNS data))))
(. .)))
True
Dr. Period Test, how are you today?
False
Sorry, I can't make it later because reasons.
(ROOT
(S
(ADVP (RB Sorry))
(, ,)
(NP (PRP I))
(VP
(MD ca)
(RB n't)
(VP
(VB make)
(NP (PRP it))
(ADVP (RB later))
(PP (IN because) (NP (NNS reasons)))))
(. .)))
True
can't go because reasons.
(ROOT
(S
(VP
(MD ca)
(RB n't)
(VP (VB go) (PP (IN because) (NP (NNS reasons)))))
(. .)))
True
I would love to, but I can't because I have a thing.
(ROOT
(S
(S (NP (PRP I)) (VP (MD would) (VP (VB love) (PP (TO to)))))
(, ,)
(CC but)
(S
(NP (PRP I))
(VP
(MD ca)
(RB n't)
(PP (IN because) (NP (PRP I)))
(VP (VB have) (NP (DT a) (NN thing)))))
(. .)))
False
There's nothing we can do because science hasn't yet found a cure.
(ROOT
(S
(NP (EX There))
(VP
(VBZ 's)
(NP
(NP (NN nothing))
(SBAR
(S
(NP (PRP we))
(VP
(MD can)
(VP
(VB do)
(SBAR
(IN because)
(S
(NP (NN science))
(VP
(VBZ has)
(RB n't)
(ADVP (RB yet))
(VP (VBN found) (NP (DT a) (NN cure))))))))))))
(. .)))
False
No it'll be super fun because cooking.
(ROOT
(S
(NP (DT No) (PRP it))
(VP
(MD 'll)
(VP
(VB be)
(NP (JJ super) (NN fun))
(PP (IN because) (NP (NN cooking)))))
(. .)))
True
Click this link. Because awesome.
(ROOT (FRAG (PP (IN Because) (NP (JJ awesome))) (. .)))
True
Women get paid less because patriarchy.
(ROOT
(S
(NP (NNP Women))
(VP
(VBP get)
(VP
(VBN paid)
(ADVP (RBR less))
(PP (IN because) (NP (NN patriarchy)))))
(. .)))
True
Cuz science! That's why!
(ROOT (FRAG (PP (IN because) (NP (NN science))) (. !)))
True
Then 10 minutes later, they throw a fit because they're hungry.
(ROOT
(S
(RB Then)
(NP (CD 10) (NNS minutes) (RB later))
(, ,)
(NP (PRP they))
(VP
(VBP throw)
(NP (DT a) (NN fit))
(SBAR
(IN because)
(S (NP (PRP they)) (VP (VBP 're) (ADJP (JJ hungry))))))
(. .)))
False
He'd do the thing and it'd be funny because it involves the other thing.
(ROOT
(S
(S
(NP (PRP He))
(VP (MD 'd) (VP (VB do) (NP (DT the) (NN thing)))))
(CC and)
(S
(NP (PRP it))
(VP
(MD 'd)
(VP
(VB be)
(ADJP (JJ funny))
(SBAR
(IN because)
(S
(NP (PRP it))
(VP (VBZ involves) (NP (DT the) (JJ other) (NN thing))))))))
(. .)))
False
Because really, when it comes down to it we're all just humans.
(ROOT
(S
(PP (IN Because) (ADVP (RB really)))
(, ,)
(SBAR
(WHADVP (WRB when))
(S
(NP (PRP it))
(VP (VBZ comes) (PRT (RP down)) (PP (TO to) (NP (PRP it))))))
(NP (PRP we))
(VP (VBP 're) (RB all) (ADVP (RB just)) (NP (NNS humans)))
(. .)))
False
I love that his show will be on WE, because that's hilarious.
(ROOT
(S
(NP (PRP I))
(VP
(VBP love)
(SBAR
(IN that)
(S
(NP (PRP$ his) (NN show))
(VP
(MD will)
(VP
(VB be)
(PP (IN on) (NP (NNP WE)))
(, ,)
(SBAR
(IN because)
(S
(NP (DT that))
(VP (VBZ 's) (ADJP (JJ hilarious))))))))))
(. .)))
False
The sky is blue because science, and also something about physics.
(ROOT
(S
(NP (DT The) (NN sky))
(VP
(VBZ is)
(NP
(NP
(JJ blue)
(UCP
(PP (IN because) (NP (NN science)))
(, ,)
(CC and)
(ADVP (RB also)))
(NN something))
(PP (IN about) (NP (NN physics)))))
(. .)))
False
The sky is blue because science, man.
(ROOT
(S
(NP (DT The) (NN sky))
(VP
(VBZ is)
(ADJP (JJ blue) (PP (IN because) (NP (NN science))))
(, ,)
(INTJ (UH man)))
(. .)))
True
I'm working today, because commitments and also because I want to.
(ROOT
(S
(NP (PRP I))
(VP
(VBP 'm)
(VP
(VBG working)
(NP (NN today))
(, ,)
(UCP
(PP (IN because) (NP (NNS commitments)))
(CC and)
(ADVP (RB also))
(SBAR
(IN because)
(S (NP (PRP I)) (VP (VBP want) (PP (TO to))))))))
(. .)))
False
I'm reading this because of the web.
(ROOT
(S
(NP (PRP I))
(VP
(VBP 'm)
(VP
(VBG reading)
(NP
(NP (DT this))
(PP (RB because) (IN of) (NP (DT the) (NN web))))))
(. .)))
True
I'm reading this because of course.
(ROOT
(S
(NP (PRP I))
(VP
(VBP 'm)
(VP
(VBG reading)
(NP
(NP (DT this))
(PP (RB because) (IN of) (NP (NN course))))))
(. .)))
True
I can't because I have a thing.
(ROOT
(S
(NP (PRP I))
(VP
(MD ca)
(RB n't)
(PP (IN because) (NP (PRP I)))
(VP (VB have) (NP (DT a) (NN thing))))
(. .)))
False