Classic CLI word spell checker & corrector
SpellCheckIt is a Java Command-Line Interface (CLI) word spell checker program that utilizes:
Trie data structure
for efficient storage, insertion, and search operations.Levenshtein edit distance
technique to provide suggestions for correct words when the user misspells a word.
Preview.mp4
-
Clone the repository:
git clone https://github.com/MoazAlaa7/SpellCheckIt.git
-
Go to path:
\SpellCheckIt\src
-
Run command:
javac Main.java
-
Run command:
java Main