How to check spellings and Autocorrect the wrong spelling by json (wordlist is in json format) in html -


how check spellings of paragraph , autocorrect wrong spelling json (wordlist in json format) , print in new table after correcting in html

mydataj.json

{ "description": "common english words.", "commonwords": [ "a", "able", "about", "absolute", "accept", "account", "achieve", "across", "act", "active", "actual", "add", "address", "admit", ] }

you can use these libraries after parsing json file spellcheck.

or can write own spellchecking library , use work. http://norvig.com/spell-correct.html


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -