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

C

CommonMisspellings - Class in pt.tumba.spell
CommonMisspellings is a simple bad word to good word lookup table.
CommonMisspellings(String) - Constructor for class pt.tumba.spell.CommonMisspellings
Constructor for CommonMisspellings.
CommonMisspellings(String, String) - Constructor for class pt.tumba.spell.CommonMisspellings
Constructor for CommonMisspellings.
CommonMisspellings(String, boolean) - Constructor for class pt.tumba.spell.CommonMisspellings
Constructor for CommonMisspellings.
CommonMisspellings(String, String, boolean) - Constructor for class pt.tumba.spell.CommonMisspellings
Constructor for CommonMisspellings.
capitalizate(String, boolean) - Static method in class pt.tumba.spell.StringUtils
Capitalizates a given String.
cleanup() - Method in class pt.tumba.spell.Aspell
Cleanup the process running aspell.
cleanup() - Method in class pt.tumba.spell.CommonMisspellings
Cleanup the lookup table.
clone() - Method in class pt.tumba.spell.BloomFilter
Returns a copy of this Bloom Filter instance.
commonErrors - Variable in class pt.tumba.spell.SpellChecker
A dictionary of common misspellings
commonMisspellingIndex - Variable in class pt.tumba.spell.CommonMisspellings
The lookup table for the dictionary, storing badTerm<->goodTerm relations.
compareCharsAlphabetically(int, int) - Static method in class pt.tumba.spell.TernarySearchTrie
Compares characters by alfabetical order.
computeWhereSuggested(String, String[]) - Method in class pt.tumba.spell.Benchmark
This method returns the position in the candidates list where the correct term was found.
convertFromAspell(String, String) - Method in class pt.tumba.spell.Aspell
Converts the result from the aspell spelling checker into a String array with the possible suggestions.
correctSpellings - Variable in class pt.tumba.spell.CommonMisspellings
A BloomFilter containing correctly spelled words.
count - Variable in class pt.tumba.spell.Benchmark
Numer of tests in the benchmark.
count(String, char) - Static method in class pt.tumba.spell.StringUtils
Counts the occurrence of the given char in a String.
current() - Method in class pt.tumba.spell.DefaultWordFinder
Returns the current word in the text.
currentSegment() - Method in class pt.tumba.spell.DefaultWordFinder
Returns the current text segment from the input.
currentSegment() - Method in class pt.tumba.spell.TeXWordFinder
Returns the current text segment from the input.
currentSegment() - Method in class pt.tumba.spell.XMLWordFinder
Returns the current text segment from the input.
currentSegmentPos - Variable in class pt.tumba.spell.DefaultWordFinder
The index of the current segment in the input text.
currentWord - Variable in class pt.tumba.spell.DefaultWordFinder
A string with the current word for the word finder.
currentWordPos - Variable in class pt.tumba.spell.DefaultWordFinder
The index of the current word in the input text.

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