Remove duplicates in tag map

This commit is contained in:
Ines Montani 2016-12-17 22:44:31 +01:00
parent 69baf1c9a8
commit a9421652c9
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ TAG_MAP = {
"ADD": {POS: X}, "ADD": {POS: X},
"NFP": {POS: PUNCT}, "NFP": {POS: PUNCT},
"GW": {POS: X}, "GW": {POS: X},
"AFX": {POS: X},
"HYPH": {POS: PUNCT},
"XX": {POS: X}, "XX": {POS: X},
"BES": {POS: VERB}, "BES": {POS: VERB},
"HVS": {POS: VERB} "HVS": {POS: VERB}