Skip to content

farbodsalimi/spell-corrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spell-checker

Spelling corrector based on norvig algorithm.

Diagram

ffi diagram

Get Started

Building

yarn install

Installation

yarn build

Development

yarn dev

Production

Note: You need to have PM2 installed for this command

yarn prod

Ready

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!"}

About

Spelling corrector based on norvig algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published