Skip to content

dwgill/dspell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dspell

dspell is a rudimentary spell checker written in python as an educational exercise in natural language processing. It's only dependency is the nltk. It can be run by executing any of the following from the dspell directory:

./sp_correct.py str "your string to correct"
./sp_correct.py file /path/to/your/file
./sp_correct.py dir /path/to/your/dir

Due to the slow speed of the algorithm, running dspell on data of sizes beyond single sentences is not recommended.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages