Fix features in English tag map

This commit is contained in:
Matthew Honnibal 2019-03-07 18:32:09 +01:00
parent 0ad09b16ad
commit e585b50458
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ TAG_MAP = {
"$": {POS: SYM, "Other": {"SymType": "currency"}},
"#": {POS: SYM, "Other": {"SymType": "numbersign"}},
"AFX": {POS: ADJ, "Hyph": "yes"},
"CC": {POS: CCONJ, "ConjType": "coor"},
"CC": {POS: CCONJ, "ConjType": "comp"},
"CD": {POS: NUM, "NumType": "card"},
"DT": {POS: DET},
"EX": {POS: ADV, "AdvType": "ex"},
@ -56,7 +56,7 @@ TAG_MAP = {
"VerbForm": "fin",
"Tense": "pres",
"Number": "sing",
"Person": 3,
"Person": "three",
},
"WDT": {POS: ADJ, "PronType": "int,rel"},
"WP": {POS: NOUN, "PronType": "int,rel"},