Fixed typo in phrase tag that causes Adverbial Phrases to parse improperly
This commit is contained in:
parent
3dc184277d
commit
4dfaf83a14
|
@ -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