-
Notifications
You must be signed in to change notification settings - Fork 3
A not-too-refined spell checker. Uses StringTokenizer, Hashmap, and Buffered reader to compare user input of words to list of words in English dictionary. Misspelled words get word suggestions.
Munnu/SpellChecker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is one of my previous homework assignments. This uses BufferedReader, String Tokenizer, and Hashmap. The program gets user input and iterates through all the words and see if they exist in the english dictionary text file. If the word is misspelled, it goes through an iteration using the apha string (a-z) until it finds words in the dictionary that aligns with its iteration. It then spits out suggestions.
About
A not-too-refined spell checker. Uses StringTokenizer, Hashmap, and Buffered reader to compare user input of words to list of words in English dictionary. Misspelled words get word suggestions.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published