|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in pt.tumba.spell used by pt.tumba.spell | |
---|---|
BloomFilter
Implementation of a Bloom Filter data structure, an elegant alternative to the lookup hash table. |
|
CommonMisspellings
CommonMisspellings is a simple bad word to good word lookup table. |
|
DefaultWordFinder
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. |
|
KeyboardProximity
Implementation of String similarity measures with basis on
Keyboard proximity. |
|
Phonetic
Implementation of Phonetic similarity algorithms (Soundex, Metaphone and Double Metaphone), used to reduce matching problems from wrong spellings. |
|
SpellChecker
The main class of the spell checking package. |
|
StringUtils
A collection of String handling utility methods. |
|
TernarySearchTrie
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.TSTNode
An inner class of Ternary Search Trie that represents a node in the trie. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |