• Stars
    star
    1
  • Language
    Java
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a spell-checking program. It is intended to correct Greek text, but it can be tweaked easily to work with other languages as well. Spelling suggestions are made based on the Levenshtein-distance algorithm. A brute force method is used for making spelling suggestions. It was implemented as part of a group project for a programming class.