Fix typo in tests

This commit is contained in:
Matthew Honnibal 2017-03-16 20:50:36 -05:00
parent f98b30583f
commit a630726b13

View File

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