mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
Remove Japanese from LANGUAGES
LANGUAGES is a list of languages whose tokenizers get run through a variety of generic tests. Since the generic tests don't check the JA fixture, it blows up when it can't find janome. -POLM
This commit is contained in:
parent
c336193392
commit
04e6a65188
|
@ -28,7 +28,7 @@ import os
|
|||
import pytest
|
||||
|
||||
|
||||
LANGUAGES = [English, German, Spanish, Italian, Japanese, French, Portuguese, Dutch,
|
||||
LANGUAGES = [English, German, Spanish, Italian, French, Portuguese, Dutch,
|
||||
Swedish, Hungarian, Finnish, Bengali, Norwegian]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user