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

T

TeXWordFinder - Class in pt.tumba.spell
A word finder for TeX and LaTeX documents, which searches text for sequences of letters, but ignores any commands and environments as well as Math environments.
TeXWordFinder(String) - Constructor for class pt.tumba.spell.TeXWordFinder
Constructor for TeXWordFinder.
TeXWordFinder() - Constructor for class pt.tumba.spell.TeXWordFinder
Constructor for TexWordFinder.
TernarySearchTrie - Class in pt.tumba.spell
Implementation of a Ternary Search Trie, a data structure for storing String objects that combines the compact size of a binary search tree with the speed of a digital search trie, and is therefore ideal for practical use in sorting and searching data.
TernarySearchTrie() - Constructor for class pt.tumba.spell.TernarySearchTrie
Constructs an empty Ternary Search Trie.
TernarySearchTrie(File) - Constructor for class pt.tumba.spell.TernarySearchTrie
Constructs a Ternary Search Trie and loads data from a File into the Trie.
TernarySearchTrie(File, boolean) - Constructor for class pt.tumba.spell.TernarySearchTrie
Constructs a Ternary Search Trie and loads data from a File into the Trie.
TernarySearchTrie.TSTNode - Class in pt.tumba.spell
An inner class of Ternary Search Trie that represents a node in the trie.
TernarySearchTrie.TSTNode(char, TernarySearchTrie.TSTNode) - Constructor for class pt.tumba.spell.TernarySearchTrie.TSTNode
Constructor method.
table32 - Static variable in class pt.tumba.spell.BloomFilter
Internal values for the Rabin fingerprinting algorithm.
table40 - Static variable in class pt.tumba.spell.BloomFilter
Internal values for the Rabin fingerprinting algorithm.
table48 - Static variable in class pt.tumba.spell.BloomFilter
Internal values for the Rabin fingerprinting algorithm.
table54 - Static variable in class pt.tumba.spell.BloomFilter
Internal values for the Rabin fingerprinting algorithm.
text - Variable in class pt.tumba.spell.DefaultWordFinder
The input text.
theInstance - Static variable in class pt.tumba.spell.KeyboardProximity
The single instance of this class.
theInstance - Static variable in class pt.tumba.spell.Phonetic
The single instance of this class.
toLowerCase(String, boolean) - Static method in class pt.tumba.spell.StringUtils
Converts all of the characters in a given String to lower case.
toString() - Method in class pt.tumba.spell.BloomFilter
Returns a string representation of this Bloom Filter.
toString() - Method in class pt.tumba.spell.DefaultWordFinder
Produces a string representation of this word finder by returning the associated text.
topFive - Variable in class pt.tumba.spell.Benchmark
Numer of spelling corrections made where the correct word was in the top 5 suggestions.
topHundred - Variable in class pt.tumba.spell.Benchmark
Numer of spelling corrections made where the correct word was in the top 100 suggestions.
topOne - Variable in class pt.tumba.spell.Benchmark
Numer of spelling corrections made where the correct word was the top suggestion.
topTen - Variable in class pt.tumba.spell.Benchmark
Numer of spelling corrections made where the correct word was in the top 10 suggestions.

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