mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-28 08:53:25 +03:00
Fix test
This commit is contained in:
parent
e3f8be9a94
commit
80ba9eaf7d
|
@ -267,7 +267,7 @@ def tt_tokenizer():
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def ky_tokenizer():
|
def ky_tokenizer():
|
||||||
return get_lang_class("ky").Defaults.create_tokenizer()
|
return get_lang_class("ky")().tokenizer
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user