Fix morphological features in en tag_map

This commit is contained in:
Matthew Honnibal 2019-03-07 21:57:56 +01:00
parent 3a667833d1
commit 7afe56a360

View File

@ -58,10 +58,10 @@ TAG_MAP = {
"Number": "sing",
"Person": "three",
},
"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": "rel"},
"WP": {POS: NOUN, "PronType": "rel"},
"WP$": {POS: ADJ, "Poss": "yes", "PronType": "rel"},
"WRB": {POS: ADV, "PronType": "rel"},
"ADD": {POS: X},
"NFP": {POS: PUNCT},
"GW": {POS: X},