mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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": "currency"}},
|
||||||
"#": {POS: SYM, "Other": {"SymType": "numbersign"}},
|
"#": {POS: SYM, "Other": {"SymType": "numbersign"}},
|
||||||
"AFX": {POS: ADJ, "Hyph": "yes"},
|
"AFX": {POS: ADJ, "Hyph": "yes"},
|
||||||
"CC": {POS: CCONJ, "ConjType": "coor"},
|
"CC": {POS: CCONJ, "ConjType": "comp"},
|
||||||
"CD": {POS: NUM, "NumType": "card"},
|
"CD": {POS: NUM, "NumType": "card"},
|
||||||
"DT": {POS: DET},
|
"DT": {POS: DET},
|
||||||
"EX": {POS: ADV, "AdvType": "ex"},
|
"EX": {POS: ADV, "AdvType": "ex"},
|
||||||
|
@ -56,7 +56,7 @@ TAG_MAP = {
|
||||||
"VerbForm": "fin",
|
"VerbForm": "fin",
|
||||||
"Tense": "pres",
|
"Tense": "pres",
|
||||||
"Number": "sing",
|
"Number": "sing",
|
||||||
"Person": 3,
|
"Person": "three",
|
||||||
},
|
},
|
||||||
"WDT": {POS: ADJ, "PronType": "int,rel"},
|
"WDT": {POS: ADJ, "PronType": "int,rel"},
|
||||||
"WP": {POS: NOUN, "PronType": "int,rel"},
|
"WP": {POS: NOUN, "PronType": "int,rel"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user