mirror of https://github.com/explosion/spaCy.git
Fix features in English tag map
This commit is contained in:
parent
0ad09b16ad
commit
e585b50458
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue