An open API service indexing awesome lists of open source software.

https://github.com/travorlzh/spelling

Correct spelling mistakes according to a custom dictionary
https://github.com/travorlzh/spelling

spelling-correction spelling-mistakes typo

Last synced: 3 months ago
JSON representation

Correct spelling mistakes according to a custom dictionary

Awesome Lists containing this project

README

        

Spelling Checker
================

This spelling checker derives from the solution to POJ 1035 in which the program
is supposed to correct spelling mistakes according to a given dictionary.

This program currently supports:

* Checking words from `argv[]'
* Checking words from an internal command line
* Giving suggestion to words
* Adding unknown words to dictionary
* Deleting words from dictionary

Future Directions:

* Check spelling from a file
* Learning new words (AI stuff)