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.
- Host: GitHub
- URL: https://github.com/kami/node-corrector
- Owner: Kami
- Created: 2011-04-02T19:32:58.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-09-11T04:48:55.000Z (almost 14 years ago)
- Last Synced: 2025-01-25T11:41:10.351Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](http://travis-ci.org/Kami/corrector)