R1j1t / contextualSpellCheck

✔️Contextual word checker for better suggestions
MIT License
405 stars 56 forks source link

Issue in usage in secured-corporate environment due to SSL certificate verification [BUG] #93

Open shivkatira opened 1 year ago

shivkatira commented 1 year ago

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):