Fix disjunctive features in English tag map

This commit is contained in:
Matthew Honnibal 2018-09-26 21:03:03 +02:00
parent f03640b41f
commit 6f98313254

View File

@ -52,10 +52,10 @@ TAG_MAP = {
"VBN": {POS: VERB, "VerbForm": "part", "Tense": "past", "Aspect": "perf"},
"VBP": {POS: VERB, "VerbForm": "fin", "Tense": "pres"},
"VBZ": {POS: VERB, "VerbForm": "fin", "Tense": "pres", "Number": "sing", "Person": 3},
"WDT": {POS: ADJ, "PronType": "int|rel"},
"WP": {POS: NOUN, "PronType": "int|rel"},
"WP$": {POS: ADJ, "Poss": "yes", "PronType": "int|rel"},
"WRB": {POS: ADV, "PronType": "int|rel"},
"WDT": {POS: ADJ, "PronType": "int,rel"},
"WP": {POS: NOUN, "PronType": "int,rel"},
"WP$": {POS: ADJ, "Poss": "yes", "PronType": "int,rel"},
"WRB": {POS: ADV, "PronType": "int,rel"},
"ADD": {POS: X},
"NFP": {POS: PUNCT},
"GW": {POS: X},