Skip to content

mohamedBenHachme/spell_checker

Repository files navigation

RUN

download the ropository and nivigate to spell_checker/runnable jar/ and run the spellChecker.jar file.

spell_checker

this is a java application for checking words spelling and providing the correct words for the wrong ones and correcting them.

  • using trie to build a dictionnary of words
  • levenshtien algorithm combined with trie for spelling suggestions
  • Window Builder for building the GUI

writing in the text area and pressing the "check spelling" button to check the text.

After checking the text the misspelled words will be highlited

right click on one of the highlited words and click "correct" to search for similar(close) correct words

select a correct from the list of correct words and press replace, all occurences will be replaced

Releases

No releases published

Packages

No packages published

Languages