* Upd test given new data file layout

This commit is contained in:
Matthew Honnibal 2015-01-03 01:59:56 +11:00
parent 9b5cef8d4a
commit 4a5cb20899
1 changed files with 1 additions and 1 deletions

View File

@ -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