mirror of https://github.com/explosion/spaCy.git
Update pytest conf for sudachipy with Japanese (#5574)
This commit is contained in:
parent
0a70bd6281
commit
44967a3f9c
|
@ -140,7 +140,7 @@ def it_tokenizer():
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def ja_tokenizer():
|
def ja_tokenizer():
|
||||||
pytest.importorskip("fugashi")
|
pytest.importorskip("sudachipy")
|
||||||
return get_lang_class("ja").Defaults.create_tokenizer()
|
return get_lang_class("ja").Defaults.create_tokenizer()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue