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
_
R
READ_BUFFER_SIZE
- Static variable in class pt.tumba.spell.
BloomFilter
The size of the buffer for the Rabin fingerprinting algorithm.
REG_EXPR
- Static variable in class pt.tumba.spell.
TeXWordFinder
Constant value specifying regular expressions on user defined ignores.
recursiveNodeCalculator(TernarySearchTrie.TSTNode, boolean, int)
- Method in class pt.tumba.spell.
TernarySearchTrie
Recursivelly visists each node to calculate the number of nodes.
regexUserDefinedIgnores
- Variable in class pt.tumba.spell.
TeXWordFinder
An integer specifying the type of expression to use.
relatives
- Variable in class pt.tumba.spell.
TernarySearchTrie.TSTNode
The relative nodes.
remove(String)
- Method in class pt.tumba.spell.
TernarySearchTrie
Removes the value indexed by key.
replace(String)
- Method in class pt.tumba.spell.
DefaultWordFinder
Replaces the current word in the text.
replace(String, String, String)
- Static method in class pt.tumba.spell.
StringUtils
Returns a new string resulting from replacing all occurrences of the String search in the String source, with the string replace.
replaceAccent(char)
- Static method in class pt.tumba.spell.
StringUtils
Replaces accented characters with their variations without the diacritics.
replaceBigram(String)
- Method in class pt.tumba.spell.
DefaultWordFinder
Replaces the current bigram (current word and the next as returned by lookahead) in the text.
replaceList
- Static variable in class pt.tumba.spell.
Phonetic
replaceSegment(String)
- Method in class pt.tumba.spell.
DefaultWordFinder
Replaces the current text segment.
reportStats()
- Method in class pt.tumba.spell.
Benchmark
This method reports the statistics for this benchmark.
rootNode
- Variable in class pt.tumba.spell.
TernarySearchTrie
The base node 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
_