mirror of https://github.com/explosion/spaCy.git
* Upd test given new data file layout
This commit is contained in:
parent
9b5cef8d4a
commit
4a5cb20899
|
@ -1,5 +1,5 @@
|
|||
from spacy.en.lemmatizer import Lemmatizer, read_index, read_exc
|
||||
from spacy.util import DATA_DIR
|
||||
from spacy.en import DATA_DIR
|
||||
from os import path
|
||||
|
||||
import pytest
|
||||
|
|
Loading…
Reference in New Issue