Package com.sun.labs.minion.knowledge

Interface Summary
CompositeKnowledgeSource  
KnowledgeSource An interface for knowledge sources that know how to provide variations for dictionary terms.
 

Class Summary
CombinedKnowledgeSource This class encapsulates a policy whereby the union of variants of all the knowledge sources are combined.
KnowledgeMorph A KnowledgeMorph is a wrapper around a LiteMorph, given that there's no way to create a LiteMorph (due to maintaining singleton-ness).
SequencedKnowledgeSource This class encapsulates a policy whereby the first non-null variants of the knowledge sources are returned.