* Fix encoding in lemmatizer tests

This commit is contained in:
Matthew Honnibal 2015-01-05 11:53:30 +11:00
parent 278d1f497e
commit 775a66e2b6

View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
from spacy.en.lemmatizer import Lemmatizer, read_index, read_exc
from spacy.en import DATA_DIR
from os import path