https://github.com/arasgungore/autocorrect
A C++ project which suggests the user possible correct spellings for the given misspelled word.
https://github.com/arasgungore/autocorrect
auto-correct autocorrect cplusplus cpp dictionary english-dictionary misspell-fixer misspellings spell-check spell-checker spell-corrector spellcheck spellchecker spelling spelling-checker spelling-correction spelling-corrections spelling-corrector spelling-suggestions terminal-based
Last synced: 10 months ago
JSON representation
A C++ project which suggests the user possible correct spellings for the given misspelled word.
- Host: GitHub
- URL: https://github.com/arasgungore/autocorrect
- Owner: arasgungore
- License: mit
- Created: 2021-03-13T20:12:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T12:47:24.000Z (about 2 years ago)
- Last Synced: 2025-03-26T12:46:48.659Z (about 1 year ago)
- Topics: auto-correct, autocorrect, cplusplus, cpp, dictionary, english-dictionary, misspell-fixer, misspellings, spell-check, spell-checker, spell-corrector, spellcheck, spellchecker, spelling, spelling-checker, spelling-correction, spelling-corrections, spelling-corrector, spelling-suggestions, terminal-based
- Language: C++
- Homepage:
- Size: 2.57 MB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoCorrect
A C++ project which reads a word from the user, looks over the English dictionary, and suggests you possible correct spellings for the word you misspelled. Alternative spellings are suggested by checking for different letter arrangements, looking out for extra, missing, or faulty characters using algorithms built from scratch.
## Run on Terminal
```sh
g++ autocorrect.cpp main.cpp -std=c++11 -o test
test
```
## Screenshots
## Author
👤 **Aras Güngöre**
* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)