From a2aa1f68820e31c9eda2243a1a230387ebef7021 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 29 Sep 2020 23:02:40 +0200 Subject: [PATCH] Disable the OVL augmentation by default --- spacy/default_config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/default_config.cfg b/spacy/default_config.cfg index 222ef7d38..a55fad097 100644 --- a/spacy/default_config.cfg +++ b/spacy/default_config.cfg @@ -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"