Merge pull request #114 from ojak/103_parsing_issues
Fixed typo in phrase tag that causes Adverbial Phrases to parse improperly
This commit is contained in:
commit
e6c1f7c3a4
|
@ -26,7 +26,7 @@
|
|||
'Verb phrase', ['', '', 'VP', '', '', ''],
|
||||
'Inverted yes/no question', ['', '', 'SQ', '', '', ''],
|
||||
'Wh adjective phrase', ['', '', 'WHADJP', '', '', ''],
|
||||
'Wh adverb phrase', ['', '', 'WHAVP', '', '', ''],
|
||||
'Wh adverb phrase', ['', '', 'WHADVP', '', '', ''],
|
||||
'Wh noun phrase', ['', '', 'WHNP', '', '', ''],
|
||||
'Wh prepositional phrase', ['', '', 'WHPP', '', '', ''],
|
||||
'Unknown', ['', '', 'X', '', '', ''],
|
||||
|
|
Loading…
Reference in New Issue