mirror of https://github.com/explosion/spaCy.git
fixed test with creating tokenizer
This commit is contained in:
parent
a229b6e0de
commit
6fb9d75bd2
|
@ -30,7 +30,7 @@ import pytest
|
|||
|
||||
# These languages get run through generic tokenizer tests
|
||||
LANGUAGES = [English, German, Spanish, Italian, French, Portuguese, Dutch,
|
||||
Swedish, Hungarian, Finnish, Bengali, Norwegian, Russian]
|
||||
Swedish, Hungarian, Finnish, Bengali, Norwegian]
|
||||
|
||||
|
||||
@pytest.fixture(params=LANGUAGES)
|
||||
|
|
Loading…
Reference in New Issue