Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
X
_
P
PARENT
- Static variable in class pt.tumba.spell.
TernarySearchTrie.TSTNode
Index values for accessing relatives array.
POLYNOMIAL
- Static variable in class pt.tumba.spell.
BloomFilter
The 32 bits of this integer represent the coefficients of the degree 32 irreducible polynomial over GF(2); that is, every coefficient is 0 or 1.
P_DEGREE
- Static variable in class pt.tumba.spell.
BloomFilter
The degree for the irreducible polynomial used by the Rabin fingerprinting algorithm.
Phonetic
- Class in
pt.tumba.spell
Implementation of Phonetic similarity algorithms (Soundex, Metaphone and Double Metaphone), used to reduce matching problems from wrong spellings.
Phonetic()
- Constructor for class pt.tumba.spell.
Phonetic
Sole constructor, private because this is a Singleton class.
printUsage()
- Static method in class pt.tumba.spell.
JaSpell
Print the command line options to the standard output.
process
- Variable in class pt.tumba.spell.
Aspell
The process running the aspell command.
pt.tumba.spell
- package pt.tumba.spell
Provides Java applications with a spelling checking functionality, implemented with basis on the ternary search tree data structure proposed by Jon Bentley and Bob Sedgewick in the article
"Ternary Search Trees"
.
put(Object)
- Method in class pt.tumba.spell.
BloomFilter
Adds the specified key in this Bloom Filter.
put(String, Object)
- Method in class pt.tumba.spell.
TernarySearchTrie
Stores a value in the trie.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
X
_