mirror of https://github.com/explosion/spaCy.git
Fix typo in tests
This commit is contained in:
parent
f98b30583f
commit
a630726b13
|
@ -90,7 +90,7 @@ def en_entityrecognizer():
|
|||
|
||||
@pytest.fixture
|
||||
def lemmatizer():
|
||||
return English.Defaults.ceate_lemmatizer()
|
||||
return English.Defaults.create_lemmatizer()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Reference in New Issue