mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Switch zh tokenizer default pkuseg_model to spacy_ontonotes (#12896)
So that users can use `copy_from_base_model` for other segmenters without having to override an irrelevant `pkuseg_model` setting, switch the default `pkuseg_model` to `spacy_ontonotes`.
This commit is contained in:
parent
b4e457d9fe
commit
1b2d66f98e
|
@ -31,7 +31,7 @@ segmenter = "char"
|
|||
[initialize]
|
||||
|
||||
[initialize.tokenizer]
|
||||
pkuseg_model = null
|
||||
pkuseg_model = "spacy_ontonotes"
|
||||
pkuseg_user_dict = "default"
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user