An open API service indexing awesome lists of open source software.

https://github.com/kami/node-corrector

A really simple Node.js spelling correction module based on the levenshtein distance between words.
https://github.com/kami/node-corrector

Last synced: 2 months ago
JSON representation

A really simple Node.js spelling correction module based on the levenshtein distance between words.

Awesome Lists containing this project

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](https://secure.travis-ci.org/Kami/corrector.png)](http://travis-ci.org/Kami/corrector)