mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix Japanese tokenizer flag
This commit is contained in:
parent
5faae803c6
commit
f0478635df
|
@ -27,9 +27,10 @@ import cytoolz
|
|||
import conll17_ud_eval
|
||||
|
||||
import spacy.lang.zh
|
||||
import spacy.lang.ja
|
||||
|
||||
spacy.lang.zh.Chinese.Defaults.use_jieba = False
|
||||
spacy.lang.ja.Chinese.Defaults.use_janome = False
|
||||
spacy.lang.ja.Japanese.Defaults.use_janome = False
|
||||
|
||||
random.seed(0)
|
||||
numpy.random.seed(0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user