• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Given an utterance the spellcheck corrects each token based on a frequency dictionary. It is language agnostic that means it works with any language as soon as a frequency dictionary is provided. The approach is based on the Peter Norvig's blog post on the spell check (see: https://norvig.com/spell-correct.html)