A B C D E F G H I J K L M N O P R S T U X _

F

find(String) - Method in class pt.tumba.spell.Aspell
Find spelling corrections for a given misspelled word.
find(String) - Method in class pt.tumba.spell.CommonMisspellings
Search the lookup table and return the correct spellings for a given misspelled word.
findMostSimilar(String) - Method in class pt.tumba.spell.Aspell
Find the best spelling correction for a given misspelled word.
findMostSimilar(String) - Method in class pt.tumba.spell.SpellChecker
Takes a word and returns the most similar word from the dictionary, using Levenshtein Distance, Phonetic similarity, Keyboard Proximity and other heuristics to measure similarity.
findMostSimilar(String, boolean) - Method in class pt.tumba.spell.SpellChecker
Takes a word and returns the most similar word from the dictionary, using Levenshtein Distance, Phonetic similarity, Keyboard Proximity and other heuristics to measure similarity.
findMostSimilarList(String) - Method in class pt.tumba.spell.Aspell
Find spelling corrections for a given misspelled word.
findMostSimilarList(String) - Method in class pt.tumba.spell.SpellChecker
Takes a word and returns a List with similar words from the dictionary, using Levenshtein Distance to rank words in the list.
firstChars - Static variable in class pt.tumba.spell.KeyboardProximity
Associates keys with a Map of adjacent keys in the same row of the keyboard.

A B C D E F G H I J K L M N O P R S T U X _