corrector

A really simple spelling corrector module based on the levenshtein distance between words.

Usage no npm install needed!

<script type="module">
  import corrector from 'https://cdn.skypack.dev/corrector';
</script>

README

Spellling Corrector

A really simple module for spell correction based on the levenshtein distance between words.

Keep in mind this is a very naive implementations without any optimizations so it will perform bad with large dictionaries.

Build Status

Build Status