Skip to content

Commit 0934d60

Browse files
committed
Add a few more examples of can_NN - Stanza especially is struggling with labeling can_MD too often
1 parent c1a405b commit 0934d60

File tree

2 files changed

+115
-0
lines changed

2 files changed

+115
-0
lines changed

english-handparsed/english.conll

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,55 @@
23972397
7 the the DET DT Definite=Def|PronType=Art 8 det 8:det _
23982398
8 recycling recycling NOUN NN Number=Sing 2 obl 2:obl:in _
23992399

2400+
1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _
2401+
2 soup soup NOUN NN Number=Sing 3 compound 3:compound _
2402+
3 can can NOUN NN Number=Sing 4 nsubj 4:nsubj _
2403+
4 swelled swell VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _
2404+
5 up up ADP RP _ 4 compound:prt 4:compound:prt _
2405+
6 , , PUNCT , _ 4 punct 4:punct _
2406+
7 which which PRON WDT PronType=Int 9 nsubj 9:nsubj _
2407+
8 just just ADV RB _ 9 advmod 9:advmod _
2408+
9 means mean VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 ccomp 4:ccomp _
2409+
10 free free ADJ JJ Degree=Pos 11 amod 11:amod _
2410+
11 botox botox NOUN NN Number=Sing 9 obj 9:obj _
2411+
12 , , PUNCT , _ 9 punct 9:punct _
2412+
13 right right ADJ JJ Degree=Pos 9 discourse 9:discourse _
2413+
14 ? ? PUNCT . _ 4 punct 4:punct _
2414+
2415+
1 The the DET DT Definite=Def|PronType=Art 3 det 3:det _
2416+
2 empty empty ADJ JJ Degree=Pos 3 amod 3:amod _
2417+
3 can can NOUN NN Number=Sing 4 nsubj 4:nsubj _
2418+
4 tipped tip VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _
2419+
5 over over ADV RB _ 4 compound:prt 4:compound:prt _
2420+
2421+
1 My my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 3 nmod:poss 3:nmod:poss _
2422+
2 art art NOUN NN Number=Sing 3 compound 3:compound _
2423+
3 teacher teacher NOUN NN Number=Sing 4 nsubj 4:nsubj _
2424+
4 used use VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 0 root 0:root _
2425+
5 my my PRON PRP$ Number=Sing|Person=1|Poss=Yes|PronType=Prs 7 nmod:poss 7:nmod:poss _
2426+
6 charcoal charcoal NOUN NN Number=Sing 7 compound 7:compound _
2427+
7 pencil pencil NOUN NN Number=Sing 4 obj 4:obj _
2428+
8 to to PART TO _ 9 mark 9:mark _
2429+
9 make make VERB VB VerbForm=Inf 4 advcl 4:advcl:to _
2430+
10 Jennifer Jennifer PROPN NNP Number=Sing 13 nmod:poss 13:nmod:poss _
2431+
11 's 's PART POS _ 10 case 10:case _
2432+
12 right right ADJ JJ Degree=Pos 13 amod 13:amod _
2433+
13 can can NOUN NN Number=Sing 16 nsubj 16:nsubj _
2434+
14 a a DET DT Definite=Ind|PronType=Art 15 det 15:det _
2435+
15 bit bit NOUN NN Number=Sing 16 obl:npmod 16:obl:npmod _
2436+
16 bigger big ADJ JJR Degree=Cmp 9 xcomp 9:xcomp _
2437+
17 when when ADV WRB PronType=Int 19 advmod 19:advmod _
2438+
18 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 19 nsubj 19:nsubj _
2439+
19 asked ask VERB VBD Mood=Ind|Tense=Past|VerbForm=Fin 4 advcl 4:advcl _
2440+
20 for for ADP IN _ 21 case 21:case _
2441+
21 advice advice NOUN NN Number=Sing 19 obl 19:obl:for _
2442+
22 on on ADP IN _ 24 case 24:case _
2443+
23 the the DET DT Definite=Def|PronType=Art 24 det 24:det _
2444+
24 nude nude NOUN NN Number=Sing 21 nmod 21:nmod:on _
2445+
25 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 27 nsubj 27:nsubj _
2446+
26 had have AUX VBD Mood=Ind|Tense=Past|VerbForm=Fin 27 aux 27:aux _
2447+
27 drawn draw VERB VBN Tense=Past|VerbForm=Part 24 acl:relcl 24:acl:relcl _
2448+
24002449
1 High high ADJ JJ Degree=Pos 2 amod 2:amod _
24012450
2 exposure exposure NOUN NN Number=Sing 6 nsubj 6:nsubj _
24022451
3 to to ADP IN _ 4 case 4:case _

english-handparsed/wsj_9024.mrg

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,72 @@
6161
(PP (IN in)
6262
(NP (DT the) (NN recycling))))))
6363

64+
( (S
65+
(NP (DT The) (NN soup) (NN can))
66+
(VP
67+
(VBD swelled)
68+
(PRT (RP up))
69+
(, ,)
70+
(SBAR
71+
(WHNP (WDT which))
72+
(S
73+
(ADVP (RB just))
74+
(VP
75+
(VBZ means)
76+
(NP (JJ free) (NN botox)))
77+
(, ,)
78+
(INTJ (JJ right)))))
79+
(. ?)))
80+
81+
82+
( (S
83+
(NP (DT The) (JJ empty) (NN can))
84+
(VP
85+
(VBD tipped)
86+
(PRT (RB over)))))
87+
88+
89+
( (S
90+
(NP (PRP$ My) (NN art) (NN teacher))
91+
(VP
92+
(VBD used)
93+
(NP (PRP$ my) (NN charcoal) (NN pencil))
94+
(S
95+
(VP
96+
(TO to)
97+
(VP
98+
(VB make)
99+
(S
100+
(NP
101+
(NP (NNP Jennifer) (POS 's))
102+
(JJ right)
103+
(NN can))
104+
(ADJP
105+
(NP (DT a) (NN bit))
106+
(JJR bigger))))))
107+
(SBAR
108+
(WHADVP (WRB when))
109+
(S
110+
(NP (PRP I))
111+
(VP
112+
(VBD asked)
113+
(PP
114+
(IN for)
115+
(NP
116+
(NP (NN advice))
117+
(PP
118+
(IN on)
119+
(NP
120+
(NP (DT the) (NN nude))
121+
(SBAR
122+
(S
123+
(NP (PRP I))
124+
(VP
125+
(VBD had)
126+
(VP (VBN drawn)))))))))))))))
127+
128+
129+
64130
( (S
65131
(NP
66132
(NP (JJ High) (NN exposure))

0 commit comments

Comments
 (0)