https://github.com/lrusso/javascriptspellchecker
Simple Spellchecker in JavaScript
https://github.com/lrusso/javascriptspellchecker
javascript online spellcheck spellchecker web words
Last synced: about 1 year ago
JSON representation
Simple Spellchecker in JavaScript
- Host: GitHub
- URL: https://github.com/lrusso/javascriptspellchecker
- Owner: lrusso
- Created: 2021-11-13T21:56:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T20:01:04.000Z (over 2 years ago)
- Last Synced: 2023-09-24T22:04:40.449Z (over 2 years ago)
- Topics: javascript, online, spellcheck, spellchecker, web, words
- Language: HTML
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Spellchecker
Simple Spellchecker in JavaScript.

## Web:
https://lrusso.github.io/JavaScriptSpellchecker/JavaScriptSpellchecker.htm
## How does it work?
The website extracts all the words from the document and send those words to a web worker. The web worker will download the required dictionary, starts the spellchecking process and returns a JSON with all the misspelled word (or unknown) with the suggestions. No backend required.
## Dictionaries:
https://www.phpspellcheck.com/Download