Add missing imports

This commit is contained in:
ines 2017-11-01 23:02:51 +01:00
parent 819e30a26e
commit 18c859500b

View File

@ -1,7 +1,7 @@
# encoding: utf8
from __future__ import unicode_literals
from ..symbols import ORTH, LEMMA, POS
from ...symbols import ORTH, LEMMA, POS, ADV, ADJ, NOUN
_exc = {}