symspell
Version:
A JavaScript implementation of the Symmetric Delete spelling correction algorithm.
32 lines (31 loc) • 796 B
JSON
{
"name": "symspell",
"version": "0.6.1",
"description": "A JavaScript implementation of the Symmetric Delete spelling correction algorithm.",
"homepage": "https://github.com/dongyuwei/SymSpell",
"main": "symspell.js",
"repository": {
"type": "git",
"url": "git@github.com:dongyuwei/SymSpell.git"
},
"keywords": [
"symmetric",
"delete",
"spelling",
"correction",
"dictionary"
],
"author": "Isaac Sukin (http://www.isaacsukin.com/)",
"contributors" : [{
"name" : "Dong Yuwei",
"email" : "newdongyuwei@gmail.com"
}],
"license": "LGPL-3.0",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-jscs-checker": "~0.3.2"
}
}