|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.db.MorphologyRecognizeMatch
This class packages return values from a call to LanguageMorphologyTable.recognize(). A recognize match will return the root form of the word and the Morphology type that was used to recognize the root form from the surface form.
LanguageMorphologyTable.recognize(String, String)
,
Serialized FormConstructor Summary | |
MorphologyRecognizeMatch(java.lang.String root)
Constructs a new MorphologyRecognizeMatch class. |
|
MorphologyRecognizeMatch(java.lang.String root,
java.util.Collection previousTags,
java.lang.String morphologyTag)
|
Method Summary | |
java.util.Collection |
getMorphologyTags()
Returns a Collection of Strings, one for each Morphology tag used to recognize the root form from the surface form. |
java.lang.String |
getRootString()
Returns the root form string from this recognition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MorphologyRecognizeMatch(java.lang.String root)
root
- root form of the recognized wordpublic MorphologyRecognizeMatch(java.lang.String root, java.util.Collection previousTags, java.lang.String morphologyTag)
Method Detail |
public java.lang.String getRootString()
public java.util.Collection getMorphologyTags()
LanguageMorphologyTable
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |