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

G

get(String) - Method in class pt.tumba.spell.TernarySearchTrie
Retrieve the object indexed by a key.
getAndIncrement(String) - Method in class pt.tumba.spell.TernarySearchTrie
Retrieve the Integer indexed by key, increment it by one unit and store the new Integer.
getDoubleMetaphone(String) - Static method in class pt.tumba.spell.Phonetic
Calculates the Double Metaphone value of a given String.
getHash(int, int) - Method in class pt.tumba.spell.BloomFilter
Internal method for producing the hash value for a given function number.
getInstance() - Static method in class pt.tumba.spell.KeyboardProximity
Return the single instance of this class.
getInstance() - Static method in class pt.tumba.spell.Phonetic
Return the single instance of this class.
getInstance() - Method in class pt.tumba.spell.SpellChecker
Deprecated. TODO: Remove this method and check dependencies with other code.
getInstance() - Static method in class pt.tumba.spell.StringUtils
Return the single instance of this class.
getKey(TernarySearchTrie.TSTNode) - Method in class pt.tumba.spell.TernarySearchTrie
Returns the key that indexes the node argument.
getMatrix(int, int) - Method in class pt.tumba.spell.LevenshteinDistance
Reuses the same matrix, making sure that there is enough room in it.
getMetaphone(String) - Static method in class pt.tumba.spell.Phonetic
Calculate the Metaphone value of a given String.
getNextWordEnd(String, int) - Static method in class pt.tumba.spell.DefaultWordFinder
Returns the position in the string after the end of the next word.
getNode(String) - Method in class pt.tumba.spell.TernarySearchTrie
Returns the node indexed by key, or null if that node doesn't exist.
getNode(String, TernarySearchTrie.TSTNode) - Method in class pt.tumba.spell.TernarySearchTrie
Returns the node indexed by key, or null if that node doesn't exist.
getNum(char) - Static method in class pt.tumba.spell.Phonetic
Gets the index for the attribute of the Soundex transformation codes corresponding to a given char.
getOrCreateNode(String) - Method in class pt.tumba.spell.TernarySearchTrie
Returns the node indexed by key, creating that node if it doesn't exist, and creating any required intermediate nodes if they don't exist.
getSoundex(String) - Static method in class pt.tumba.spell.Phonetic
Calculate the Soundex value of a given String.
getSpecialChars() - Static method in class pt.tumba.spell.StringUtils
Return an array with all the valid accented characters.
getText() - Method in class pt.tumba.spell.DefaultWordFinder
Returns the text associated with this DefaultWordFinder.

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