mirror of https://github.com/explosion/spaCy.git
Remove duplicates in tag map
This commit is contained in:
parent
69baf1c9a8
commit
a9421652c9
|
@ -87,8 +87,6 @@ TAG_MAP = {
|
|||
"ADD": {POS: X},
|
||||
"NFP": {POS: PUNCT},
|
||||
"GW": {POS: X},
|
||||
"AFX": {POS: X},
|
||||
"HYPH": {POS: PUNCT},
|
||||
"XX": {POS: X},
|
||||
"BES": {POS: VERB},
|
||||
"HVS": {POS: VERB}
|
||||
|
|
Loading…
Reference in New Issue