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
- Host: GitHub
- URL: https://github.com/travorlzh/spelling
- Owner: TravorLZH
- License: agpl-3.0
- Created: 2018-11-17T10:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T12:43:12.000Z (over 6 years ago)
- Last Synced: 2025-01-17T08:12:52.311Z (5 months ago)
- Topics: spelling-correction, spelling-mistakes, typo
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: LICENSE
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 dictionaryFuture Directions:
* Check spelling from a file
* Learning new words (AI stuff)