mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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 import DATA_DIR
|
||||
from os import path
|
||||
|
|
Loading…
Reference in New Issue
Block a user