Skip to content

CrypticSwarm/suggest-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suggest It

Build Status

Suggest similar words based on a dictionary.

Install

npm install suggest-it

Example usage

var dictionary = ['foo', 'bar', 'baz'];
var suggest = require('suggest-it')(dictionary);
suggest('food'); // foo

About

Given a dictionary, give spelling suggestions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors