Describe the bug
Facing issue due to SSL certificate verification case in secured corporate environment.
To Reproduce
#Steps to reproduce the behavior:
import spacy
import contextualSpellCheck
nlp = spacy.load('en_core_web_sm')
contextualSpellCheck.add_to_pipe(nlp)
doc = nlp(text)
print(doc._.outcome_spellCheck)
Expected behavior
Parameter to turn SSL verification False.
Version (please complete the following information):
- contextualSpellCheck [e.g. 0.3.0]
- Spacy: [e.g. 2.3.2]
- transformers [e.g. 3.1.0]