Skip to content

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

@shivkatira

Description

@shivkatira

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions