mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Update spacy/pipeline/morphologizer.pyx
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
9dfae8ee56
commit
957f07fbe9
|
@ -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,
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue
Block a user