All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.SemanticClassifier
java.lang.Object
|
+----COM.Lexical.Metaphrase.SemanticClassifier
- public abstract class SemanticClassifier
- extends java.lang.Object
Metaphrase SemanticClassifier abstract class.
A StandardClassifier implementation is provided.
- Version:
- Authority1.1, 11 Apr 2000
- See Also:
- StandardClassifier, SemanticTypeClassifier
SemanticClassifier()
-
classify(Concept)
- Returns SemanticClass of Concept.
SemanticClassifier
public SemanticClassifier()
classify
public abstract SemanticClass classify(Concept concept) throws MetaphraseException
Returns SemanticClass of Concept.
A SemanticClassifier is associated with each Metaphrase object,
and is used to determine the value of the Concept.semanticClass
attribute.
- Throws:
- MetaphraseException - thrown in case of an error
accessing the synonyms list.
- See Also:
- semanticClass()
All Packages Class Hierarchy This Package Previous Next Index