Disable the OVL augmentation by default

This commit is contained in:
Matthew Honnibal 2020-09-29 23:02:40 +02:00
parent 0a1ee109db
commit a2aa1f6882

View File

@ -40,7 +40,7 @@ limit = 0
# This is especially useful for punctuation and case replacement, to help
# generalize beyond corpora that don't have smart-quotes, or only have smart
# quotes, etc.
augmenter = {"@augmenters": "spacy.orth_variants.v1", "level": 0.1, "lower": 0.5}
augmenter = null
[corpora.dev]
@readers = "spacy.Corpus.v1"