mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix morphological features in en tag_map
This commit is contained in:
parent
3a667833d1
commit
7afe56a360
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue
Block a user