Remove comment

This commit is contained in:
ines 2017-05-08 15:56:05 +02:00
parent e7f95c37ee
commit deed623864
1 changed files with 1 additions and 1 deletions

View File

@ -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},