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