Fixed typo in phrase tag that causes Adverbial Phrases to parse improperly

This commit is contained in:
Oliver Jakubiec 2015-12-07 17:36:11 -08:00
parent 3dc184277d
commit 4dfaf83a14
1 changed files with 1 additions and 1 deletions

View File

@ -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', '', '', ''],