You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Facing issue due to SSL certificate verification case in secured corporate environment.
To Reproduce
#Steps to reproduce the behavior:importspacyimportcontextualSpellChecknlp=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]
The text was updated successfully, but these errors were encountered:
shivkatira
changed the title
Issue in installation and usage in secured-corporate environment due to SSL certificate verification [BUG]
Issue in usage in secured-corporate environment due to SSL certificate verification [BUG]
Aug 3, 2023
Describe the bug
Facing issue due to SSL certificate verification case in secured corporate environment.
To Reproduce
Expected behavior
Parameter to turn SSL verification False.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: