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

D

DefaultWordFinder - Class in pt.tumba.spell
A word finder for normal text documents, which searches text for sequences of words and text blocks.This class also defines common methods and behaviour for the various word finding subclasses.
DefaultWordFinder(String) - Constructor for class pt.tumba.spell.DefaultWordFinder
Constructor for DefaultWordFinder.
DefaultWordFinder() - Constructor for class pt.tumba.spell.DefaultWordFinder
Constructor for DefaultWordFinder.
data - Variable in class pt.tumba.spell.TernarySearchTrie.TSTNode
The key to the node.
defaultNumReturnValues - Variable in class pt.tumba.spell.TernarySearchTrie
The default number of values returned by the matchAlmost method.
deleteNode(TernarySearchTrie.TSTNode) - Method in class pt.tumba.spell.TernarySearchTrie
Deletes the node passed in as an argument.
deleteNodeRecursion(TernarySearchTrie.TSTNode) - Method in class pt.tumba.spell.TernarySearchTrie
Recursivelly visits each node to be deleted.
dictionary - Variable in class pt.tumba.spell.SpellChecker
The main dictionary for the spelling checker.
dictionaryFileName - Variable in class pt.tumba.spell.CommonMisspellings
The File path leading up to this dictionary.
dictionaryGoodFormsFileName - Variable in class pt.tumba.spell.CommonMisspellings
The File path leading up to the dictionary of correct spellings.
dictionaryName - Variable in class pt.tumba.spell.Benchmark
The File path leading up to the dictionary used for the benchmarks.

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