DEV Community

bhagvan kommadi
bhagvan kommadi

Posted on

Spell check - Text analysis

Tried spell check for a specific domain data in health care and consumer. Basic python spell check was not sufficient. The test which was given as an example did not work. Then i started looking at Spacy contextual check. (with large english dataset).

This had problem with domain specific proper nouns. Drug names, disease names, electronic brands were not getting corrected.

please check out:
https://spacy.io/universe/project/contextualSpellCheck

Top comments (0)