Switch zh tokenizer default pkuseg_model to spacy_ontonotes

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:
Adriane Boyd 2023-08-09 10:30:50 +02:00
parent b4e457d9fe
commit a87b0cc584

View File

@ -31,7 +31,7 @@ segmenter = "char"
[initialize]
[initialize.tokenizer]
pkuseg_model = null
pkuseg_model = "spacy_ontonotes"
pkuseg_user_dict = "default"
"""