Skip to content

Commit 21e8d9e

Browse files
committed
Fix tree for walking distance - EWT treats that as a noun phrase rather than walking_VBG
1 parent dc72abf commit 21e8d9e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

english-handparsed/english.conll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4037,9 +4037,9 @@
40374037
2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _
40384038
3 gas gas NOUN NN Number=Sing 4 compound 4:compound _
40394039
4 station station NOUN NN Number=Sing 1 obj 1:obj _
4040-
5 within within SCONJ IN _ 6 mark 6:mark _
4041-
6 walking walk VERB VBG VerbForm=Ger 4 acl 4:acl:within _
4042-
7 distance distance NOUN NN Number=Sing 6 obj 6:obj _
4040+
5 within within ADP IN _ 7 case 7:case _
4041+
6 walking walking NOUN NN Number=Sing 7 compound 7:compound _
4042+
7 distance distance NOUN NN Number=Sing 4 nmod 4:nmod:within _
40434043
8 . . PUNCT . _ 1 punct 1:punct _
40444044

40454045
1 Good good ADJ JJ Degree=Pos 3 amod 3:amod _

english-handparsed/wsj_9034.conll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@
228228
2 a a DET DT Definite=Ind|PronType=Art 4 det 4:det _
229229
3 gas gas NOUN NN Number=Sing 4 compound 4:compound _
230230
4 station station NOUN NN Number=Sing 1 obj 1:obj _
231-
5 within within SCONJ IN _ 6 mark 6:mark _
232-
6 walking walk VERB VBG VerbForm=Ger 4 acl 4:acl:within _
233-
7 distance distance NOUN NN Number=Sing 6 obj 6:obj _
231+
5 within within ADP IN _ 7 case 7:case _
232+
6 walking walking NOUN NN Number=Sing 7 compound 7:compound _
233+
7 distance distance NOUN NN Number=Sing 4 nmod 4:nmod:within _
234234
8 . . PUNCT . _ 1 punct 1:punct _
235235

236236
# sent_id = 30

english-handparsed/wsj_9034.mrg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@
186186
(NP
187187
(NP (DT a) (NN gas) (NN station))
188188
(PP (IN within)
189-
(S
190-
(VP (VBG walking)
191-
(NP (NN distance)))))))
189+
(NP (NN walking) (NN distance)))))
192190
(. .)))
193191

194192
((NP

0 commit comments

Comments
 (0)