Spelling corrector based on norvig algorithm.
yarn install
yarn build
yarn dev
Note: You need to have PM2 installed for this command
yarn prod
curl http://localhost:3210/api/spell/\?word\=speling
{"result":"spelling"}
Or if there are any errors:
curl http://localhost:3210/api/spell/\?word\=speling
{"error":"Dictionary not found!"}