A Project that can correct the wrong Spelled Words and provide the best possible correct word based on the probability of most likely to happen
-
Updated
Jul 5, 2022 - Java
A Project that can correct the wrong Spelled Words and provide the best possible correct word based on the probability of most likely to happen
The Spell Checker is a Java project that checks for spelling mistakes in a .txt file. It uses JFileChooser to allow the user to select a dictionary and file to check, stores the dictionary words in an ArrayList for efficient searching, and compares the spelling of the words in the file to the dictionary to identify errors.
Add a description, image, and links to the spelling-mistakes topic page so that developers can more easily learn about it.
To associate your repository with the spelling-mistakes topic, visit your repo's landing page and select "manage topics."