Upd lemmatizer test

This commit is contained in:
Matthew Honnibal 2014-12-21 21:02:44 +11:00
parent b864f0e539
commit d047dc0d0f

View File

@ -1,4 +1,4 @@
from spacy.lemmatizer import Lemmatizer, read_index, read_exc
from spacy.en.lemmatizer import Lemmatizer, read_index, read_exc
from spacy.util import DATA_DIR
from os import path