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:
Adriane Boyd 2023-08-09 10:55:52 +02:00 committed by GitHub
parent b4e457d9fe
commit 1b2d66f98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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