mirror of https://github.com/explosion/spaCy.git
Fix tests
This commit is contained in:
parent
db51abf685
commit
f98b30583f
|
@ -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()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue