mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-31 19:23:05 +03:00
* Fix encoding in lemmatizer tests
This commit is contained in:
parent
278d1f497e
commit
775a66e2b6
|
@ -1,3 +1,5 @@
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from spacy.en.lemmatizer import Lemmatizer, read_index, read_exc
|
from spacy.en.lemmatizer import Lemmatizer, read_index, read_exc
|
||||||
from spacy.en import DATA_DIR
|
from spacy.en import DATA_DIR
|
||||||
from os import path
|
from os import path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user