diff --git a/spacy/pipeline/morphologizer.pyx b/spacy/pipeline/morphologizer.pyx index c4482e6b3..b9eb2aad1 100644 --- a/spacy/pipeline/morphologizer.pyx +++ b/spacy/pipeline/morphologizer.pyx @@ -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, ):