Skip to content

MoazAlaa7/SpellCheckIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 SpellCheckIt

Classic CLI word spell checker & corrector

🚀 Introduction

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

Preview.mp4

⚙️ Installation

  1. Clone the repository:

    git clone https://github.com/MoazAlaa7/SpellCheckIt.git

  2. Go to path:

    \SpellCheckIt\src

  3. Run command:

    javac Main.java

  4. Run command:

    java Main

📜 License

License: MIT

About

CLI word spell checker & corrector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages