Skip to content
Discussion options

You must be logged in to vote

Hi @Halvani , this might be due to the fact that contextualSpellChecker uses BERT embeddings (i.e., checking the context of a given token) to estimate how a word should be corrected. You may have a shot by preprocessing the text a bit to better guide the spell-checker, trying out a rules-based approach (perhaps by using other tools like autocorrect), or experimenting with some of the spell checker's parameters. For the last suggestion, perhaps you can try playing around the edit distance or the BERT model? Just to see how strict it will be when correcting your text.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
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
2 participants