mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
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
Block a user