This commit is contained in:
Jim O'Regan 2017-11-29 20:11:20 +00:00
parent 834ba3c69a
commit 076a6fc60a

View File

@ -1,6 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
from ...symbols import POS, ADJ, CCONJ, SCONJ, NUM, ADV, ADP, X, VERB, NOUN
TAG_MAP = {
"adja": {POS: ADJ},