Add PART to tag map

16 of the 17 PoS tags in the UD tag set is added; PART is missing.
This commit is contained in:
Petter Hohle 2016-12-28 18:39:01 +01:00 committed by GitHub
parent 14295f9302
commit f112e7754e

View File

@ -20,5 +20,6 @@ TAG_MAP = {
"X": {POS: X},
"CONJ": {POS: CONJ},
"ADJ": {POS: ADJ},
"VERB": {POS: VERB}
"VERB": {POS: VERB},
"PART": {POS: PART}
}