spelling-corrector

3.0.0 • Public • Published

alt tag

spelling-corrector

nodeJs Spelling Corrector version for Norvig's spelling corrector

How to install

npm i spelling-corrector

How to use

 
var SpellCorrector = require('spelling-corrector');
 
var spellCorrector = new SpellCorrector();
 
// you need to do this step only one time to load the Dictionary
spellCorrector.loadDictionary();
 
console.log(spellCorrector.correct('sucess'));
 
console.log(spellCorrector.correct('spel'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    285
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.0
    285
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

npm i spelling-corrector

Weekly Downloads

285

Version

3.0.0

License

MIT

Last publish

Collaborators

  • khaledsami