Update spacy/pipeline/morphologizer.pyx

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
Paul O'Leary McCann 2022-11-29 17:23:49 +09:00 committed by GitHub
parent 9dfae8ee56
commit 957f07fbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ class Morphologizer(Tagger):
name: str = "morphologizer",
*,
overwrite: bool = False,
extend: bool = True,
extend: bool = False,
scorer: Optional[Callable] = morphologizer_score,
save_activations: bool = False,
):