Commit graph

4 commits

Author SHA1 Message Date
Devmacs
109cfcb8a8
Fix for #26 - Removed the SpellcheckerWorker and made use of Spellche… (#29)
* Fix for #26 - Removed the SpellcheckerWorker and made use of SpellcheckerWasm directly in the CLI script. Updated Readme with new NodeJS usage.
2020-04-03 04:58:37 -07:00
Devmacs
4decca837b
Resolves #2 - CLI Arguments (#24)
* Resolves #2 - [Enhancement] Provide config options via args to interactive CLI. Added yargs module to process arguments, updated package files.
2020-02-14 20:16:36 -08:00
Devmacs
8997167ad7
Fix and test for #20, test for #19 (#21)
* Update README.md

Fixed the browser example which did not specify an import for the Spellchecker. Also fixed an infinite loop due to checkSpelling being called from within the resultHandler.

* Fix and test for #20 - Runtime error when changing checkSpelling:maxEditDistance

* Added a test for #19 - Exception when loading dictionary with non-ASCII characters
2020-02-13 19:02:53 -08:00
Justin Wilaby
21a2791997
[WIP] Resolves #5 - Browser Compatibility (#6)
Resolves #5 - Browser Compatibility
2020-01-02 12:11:14 -08:00