mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-01 11:43:03 +03:00
fix thai test
This commit is contained in:
parent
3d5046c499
commit
7b5263ffa4
|
@ -110,6 +110,7 @@ def nb_tokenizer():
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def th_tokenizer():
|
def th_tokenizer():
|
||||||
|
pythainlp = pytest.importorskip("pythainlp")
|
||||||
return util.get_lang_class('th').Defaults.create_tokenizer()
|
return util.get_lang_class('th').Defaults.create_tokenizer()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user