Update spacy/pipeline/tagger.pyx

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
Vinit Ravishankar 2023-02-28 23:39:00 +05:30 committed by GitHub
parent 7e270de51f
commit 0b3480cf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ class Tagger(TrainablePipe):
overwrite=BACKWARD_OVERWRITE,
scorer=tagger_score,
neg_prefix="!",
label_smoothing=0.05,
label_smoothing=0.0,
):
"""Initialize a part-of-speech tagger.