forked from choroba/tred-ud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en-sample.conllu
26 lines (24 loc) · 1.05 KB
/
en-sample.conllu
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
# sent_id = 1
# text = They buy and sell books.
1 They they PRON PRP Case=Nom|Number=Plur 2 nsubj 2:nsubj|4:nsubj _
2 buy buy VERB VBP Number=Plur|Person=3|Tense=Pres 0 root 0:root _
3 and and CONJ CC _ 4 cc 4:cc _
4 sell sell VERB VBP Number=Plur|Person=3|Tense=Pres 2 conj 0:root|2:conj _
5 books book NOUN NNS Number=Plur 2 obj 2:obj|4:obj SpaceAfter=No
6 . . PUNCT . _ 2 punct 2:punct _
# sent_id = 2
# text = I have no clue.
1 I I PRON PRP Case=Nom|Number=Sing|Person=1 2 nsubj _ _
2 have have VERB VBP Number=Sing|Person=1|Tense=Pres 0 root _ _
3 no no DET DT PronType=Neg 4 det _ _
4 clue clue NOUN NN Number=Sing 2 obj _ SpaceAfter=No
5 . . PUNCT . _ 2 punct _ _
# sent_id = 3
1 Sue Sue NOUN NN Number=Sing 2 nsubj _ _
2 likes like VERB VBS Number=Sing|Person=3|Tense=Pres 0 root _ _
3 coffee coffee NOUN NN Number=Sing 2 obj _ _
4 and and CONJ CC _ 5.1 _ _ _
5 Bill Bill NOUN NN Number=Sing 5.1 nsubj _ _
5.1 likes like VERB VBS Number=Sing|Person=3|Tense=Pres _ _ 0:root|2:conj _
6 tea tea NOUN NN Number=Sing 5.1 obj 5.1:test SpaceAfter=No
7 . . PUNCT . _ 2 _ _ _