Last Updated: February 25, 2016
·
3.877K
· dscape

Spell - Peter Norvig's Spell Checker for JavaScript

spell is a dictionary module for node.js

https://github.com/dscape/spell

var dict = spell();
dict.load("I am going to the park with Theo today." +
  " It's going to be the bomb");
console.log(dict.suggest('thew'));