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

M

main(String[]) - Static method in class pt.tumba.spell.Aspell
Main method .
main(String) - Static method in class pt.tumba.spell.Benchmark
This is a test main, whose purpose is to test the functionality of each method developed for this class.
main(String[]) - Static method in class pt.tumba.spell.JaSpell
Main method.
main(String[]) - Static method in class pt.tumba.spell.SpellChecker
Main method.
matchAlmost(String) - Method in class pt.tumba.spell.TernarySearchTrie
Returns a List of keys that almost match the argument key.
matchAlmost(String, int) - Method in class pt.tumba.spell.TernarySearchTrie
Returns a List of keys that almost match the argument key.
matchAlmostDiff - Variable in class pt.tumba.spell.TernarySearchTrie
the number of differences allowed in a call to the matchAlmostKey method.
matchAlmostRecursion(TernarySearchTrie.TSTNode, int, int, String, int, List, boolean) - Method in class pt.tumba.spell.TernarySearchTrie
Recursivelly vists the nodes in order to find the ones that almost match a given key.
matchPrefix(String) - Method in class pt.tumba.spell.TernarySearchTrie
Returns an alphabetical List of all keys in the trie that begin with a given prefix.
matchPrefix(String, int) - Method in class pt.tumba.spell.TernarySearchTrie
Returns an alphabetical List of all keys in the trie that begin with a given prefix.
matchStrings(String, String) - Static method in class pt.tumba.spell.StringUtils
Matches two strings.
matrix - Variable in class pt.tumba.spell.LevenshteinDistance
A reusable int matrix, used to compute the Levenshtein distance.
maxM - Variable in class pt.tumba.spell.LevenshteinDistance
The maximum used number of columns in the matrix.
maxN - Variable in class pt.tumba.spell.LevenshteinDistance
The maximum used number of rows in the matrix.
minimum(int, int, int) - Static method in class pt.tumba.spell.LevenshteinDistance
Return the minimum of three values.
missed - Variable in class pt.tumba.spell.Benchmark
Number of missed spelling corrections.
missedTerms - Variable in class pt.tumba.spell.Benchmark
A List of all spelling mistakes that were missed.
modifiedLevenshteinDistance(String, String) - Method in class pt.tumba.spell.LevenshteinDistance
A modified Levenshtein distance for any given two String objects.
myList - Static variable in class pt.tumba.spell.Phonetic
 

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