From a9421652c9dc8b53bd71123d6a9dcf590c0ce990 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 17 Dec 2016 22:44:31 +0100 Subject: [PATCH] Remove duplicates in tag map --- spacy/en/language_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacy/en/language_data.py b/spacy/en/language_data.py index caaa7b7fe..8933e1f47 100644 --- a/spacy/en/language_data.py +++ b/spacy/en/language_data.py @@ -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}