From deed62386431eeb8019570f645f1902ead980c3d Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 8 May 2017 15:56:05 +0200 Subject: [PATCH] Remove comment --- spacy/language_data/tag_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/language_data/tag_map.py b/spacy/language_data/tag_map.py index 0ca7f3910..dcd718b44 100644 --- a/spacy/language_data/tag_map.py +++ b/spacy/language_data/tag_map.py @@ -19,7 +19,7 @@ TAG_MAP = { "AUX": {POS: AUX}, "X": {POS: X}, "CONJ": {POS: CONJ}, - "CCONJ": {POS: CCONJ}, # U20 + "CCONJ": {POS: CCONJ}, "ADJ": {POS: ADJ}, "VERB": {POS: VERB}, "PART": {POS: PART},