All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.Match
java.lang.Object
|
+----COM.Lexical.Metaphrase.MatchSet
|
+----COM.Lexical.Metaphrase.Match
- public class Match
- extends MatchSet
Match's returned in Enumeration from
Metaphrase.matches(java.lang.String, int). Also represents a "singleton" MatchSet.
Each Match identifies a lexically related Concept, "Chunk Flags"
identifying the shared significant lexemes, and a score.
- Version:
- Authority1.1, 11 Apr 2000
attributes()
- Attributes of Match.
concept()
- Matching Concept.
elements()
-
matched()
- Matched Atom of concept.
Deprecated
matchedTerm()
- Matched Term of concept.
preferred()
- Preferred Atom for concept.
Deprecated
preferredTerm()
- Preferred Term for concept.
Print(PrintStream)
- Prints the contents of Match to out.
concept
public Concept concept()
Matching Concept.
preferredTerm
public Term preferredTerm()
Preferred Term for concept.
matchedTerm
public Term matchedTerm()
Matched Term of concept. This is the Term in the Concept which
lexically matched the input string. May ==preferredTerm().
preferred
public Atom preferred()
- Note: preferred() is deprecated.To be replaced by preferredTerm
Preferred Atom for concept.
- See Also:
- preferredTerm()
matched
public Atom matched()
- Note: matched() is deprecated.To be replaced by matchedTerm
Matched Atom of concept.
- See Also:
- matchedTerm()
attributes
public java.util.Dictionary attributes()
Attributes of Match. (Attributes is a Dictionary)
Room for expansion, to hold arbitrary attribute-value pairs.
Print
public void Print(java.io.PrintStream out)
Prints the contents of Match to out.
- Overrides:
- Print in class MatchSet
elements
public java.util.Enumeration elements()
- Overrides:
- elements in class MatchSet
All Packages Class Hierarchy This Package Previous Next Index