From 18c859500b4797677a2adde351f2047b20b161cc Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 1 Nov 2017 23:02:51 +0100 Subject: [PATCH] Add missing imports --- spacy/lang/pl/tokenizer_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/lang/pl/tokenizer_exceptions.py b/spacy/lang/pl/tokenizer_exceptions.py index 6098c2bb6..269634671 100644 --- a/spacy/lang/pl/tokenizer_exceptions.py +++ b/spacy/lang/pl/tokenizer_exceptions.py @@ -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 = {}