Skip to content
Discussion options

You must be logged in to vote

Hi @pranavnbapat , can you post the whole traceback in your question? It seems that I can't replicate your problem. In the meantime, can you try doing this instead:

import spacy
import contextualSpellCheck

nlp = spacy.load("en_core_web_sm")

# You can pass the optional parameters to the contextualSpellCheck
# eg. pass max edit distance use config={"max_edit_dist": 3}
nlp.add_pipe("contextual spellchecker")

Lastly, contextualSpellCheck is a third-party package from the spaCy Universe. You might be better off asking directly to the original author's discussion forum.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@pranavnbapat
Comment options

@adrianeboyd
Comment options

@pranavnbapat
Comment options

Answer selected by adrianeboyd
Comment options

You must be logged in to vote
1 reply
@pranavnbapat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party Third-party packages and services v2 spaCy v2.x
4 participants