Skip to content

jp820/spellcorrect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

spellCorrect

Spell correction

The repository is based on norvig spell correct. It uses wordsegment package to deal with combination/merging of two words.

The app is being hosted using python Flask.

To app run locally, run python spellCorrect.py through python environment.

To check the app, use following request: http://localhost:8000/api/spellCorrect?word=<input_word>

About

Spell correction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages