Fix tests

This commit is contained in:
Matthew Honnibal 2017-03-16 19:48:00 -05:00
parent db51abf685
commit f98b30583f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def en_entityrecognizer():
@pytest.fixture @pytest.fixture
def lemmatizer(path): def lemmatizer():
return English.Defaults.ceate_lemmatizer() return English.Defaults.ceate_lemmatizer()