Package com.sun.labs.minion.lexmorph

Interface Summary
Receiver  
Value  
 

Class Summary
ATNPhraseExtractor  
BoolRule  
Category  
Lexicon The Lexicon class definition follows:
LexiconTest This class ONLY contains a main() method.
LexiconUtil This class ONLY contains static utility methods that have been moved from the original Lexicon class.
LiteMorph This class will generate an array of morphological variants of a word to use in search-and-retrieval applications where a user wants to find other words morphologically related to words in a query.
LiteMorph_de This is a German version of LiteMorph
LiteMorph_en This is the English version of LiteMorph These morphological rules generate basic variations in word form such as singular, plural, past tense, past and present participles, various forms of irregular verbs (e.g., "break," "broke," "broken"), and they deal with stem ending effects such as silent e's and doubling of final consonants (e.g., "dig," "digs," "digging").
LiteMorph_es This is a Spanish version of LiteMorph
LiteMorphRule A Rule typically matches a pattern at the right end of a word, removes some characters from the right end to produce a stem, and generates a list of alternative forms of the word by adding each of a specified list of alternative endings to the stem.
Morph_en This is an English specialization of MorphEngFns, which extends MorphEngFrame, which extends MorphEngine.
MorphCompoundRule This is a class of compound rules used in MorphEngine.
MorphEngFns This is a specialization of MorphEngFrame containing functions used by the English morphological rules in Morph_en.
MorphEngFrame This is an English specialization of MorphEngine.
MorphEngine This is a class of objects used to carry the rules for a morphological analysis.
MorphRule This is a class of morphological rules used in MorphEngine.
MorphState This is a class of objects used to carry the state of a morphological analysis.
Phrase  
QuoteStringTokenizer  
Word  
WordEntry internal class definitions
WordToken A class encapsulating all of our knowledge about a given token.
 

Exception Summary