{"_id":"speller","_rev":"92811","name":"speller","description":"A JavaScript spell-checker","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"past","email":"pastith@gmail.com"}],"time":{"modified":"2021-06-03T10:30:49.000Z","created":"2013-01-11T06:59:06.780Z","1.0.0":"2013-01-11T06:59:06.780Z","1.0.1":"2013-01-11T06:59:06.780Z"},"users":{},"author":{"name":"Panagiotis Astithas"},"versions":{"1.0.0":{"name":"speller","description":"A JavaScript spell-checker","author":{"name":"Panagiotis Astithas"},"keywords":["spell-checker","spelling","corrector"],"overlay":{"npm":{"version":"1.0.0","main":"lib/speller.js","bin":{"speller":"./bin/speller"}}},"version":"1.0.0","main":"lib/speller","bin":{"speller":"./bin/speller"},"_id":"speller@1.0.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"shasum":"766e203ae7105634c99edbe233d85784e8352b7d","size":2416410,"noattachment":false,"key":"/speller/-/speller-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/speller/download/speller-1.0.0.tgz"},"directories":{},"publish_time":1357887546780,"maintainers":[{"name":"past","email":"pastith@gmail.com"}],"_cnpm_publish_time":1357887546780,"_hasShrinkwrap":false},"1.0.1":{"name":"speller","description":"A JavaScript spell-checker","author":{"name":"Panagiotis Astithas"},"keywords":["spell-checker","spelling","corrector"],"version":"1.0.1","directories":{"lib":"./lib"},"main":"./lib/speller.js","bin":{"speller":"./bin/speller"},"readmeFilename":"README.md","_id":"speller@1.0.1","dist":{"shasum":"cefe62b69fd634311813dc47b0bcf10a8db4ac13","size":2419404,"noattachment":false,"key":"/speller/-/speller-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/speller/download/speller-1.0.1.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"past","email":"pastith@gmail.com"},"maintainers":[{"name":"past","email":"pastith@gmail.com"}],"publish_time":1357887546780,"_cnpm_publish_time":1357887546780,"_hasShrinkwrap":false}},"readme":"Speller\n=======\n\nThis is a JavaScript implementation of Peter Norvig's statistical spell-checking\nalgorithm. You can read more about the approach in the original article:\n\n[http://norvig.com/spell-correct.html](http://norvig.com/spell-correct.html)\n\nThe code is [CommonJS](http://commonjs.org/)-compliant, so it can be\nused both inside and outside of a web browser. For the latter case there are a\ncouple of command-line scripts demonstrating its use that depend on\n[narwhal](http://narwhaljs.org/) or [node](http://nodejs.org/). You may use the\ntusk and [npm](http://npmjs.org) package managers to install speller on narwhal\nand node, respectively. Alternatively, you can see the code in action right\ninside your browser in the following page:\n\n[http://past.github.com/speller/](http://past.github.com/speller/)\n\nContents\n--------\n\n* lib/speller.js is the spell-checker implementation \n* demo/speller.html is an HTML file that shows how to use speller.js (you can try it [here](http://past.github.com/speller/))\n* bin/spellcheck is a Unix/Linux shell script, that depends on [narwhal](http://narwhaljs.org/) and shows how to use speller.js outside the browser\n* bin/speller is a Unix/Linux shell script, that depends on [node](http://nodejs.org/) and shows how to use speller.js outside the browser\n* bin/big.txt is Peter Norvig's original training file, with about a million words\n* tests/spelltest.js is a [CommonJS](http://commonjs.org/)-compliant test suite, that uses Norvig's original test cases\n* tests/test is a Unix/Linux shell script, that depends on [narwhal](http://narwhaljs.org/) and runs the tests in spelltest.js\n* tests/test-node is a Unix/Linux shell script, that depends on [node](http://nodejs.org/) and runs the tests in spelltest.js\n* demo/worker.js is a [Web Worker](http://www.whatwg.org/specs/web-workers/current-work/) that allows the tests in spelltest.js to run inside a browser\n\nLicense\n-------\n\nCopyright (c) 2009 Panagiotis Astithas\n\nPermission to use, copy, modify, and distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","_attachments":{},"readmeFilename":"README.md"}