|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MorphologicalProcessor
A MorphologicalProcessor tries to turn the inflected form of a word or phrase into
the form that can be found in WordNet. For example, if one calls
lookupBaseForm(POS.VERB, "running"), the index word for "run" should be returned.
| Method Summary | |
|---|---|
java.util.List |
lookupAllBaseForms(POS pos,
java.lang.String derivation)
Return all the base forms of derivation |
IndexWord |
lookupBaseForm(POS pos,
java.lang.String derivation)
Try to turn derivation into a word that is found in the index file for pos. |
| Methods inherited from interface net.didion.jwnl.util.factory.Createable |
|---|
create |
| Method Detail |
|---|
IndexWord lookupBaseForm(POS pos,
java.lang.String derivation)
throws JWNLException
JWNLException
java.util.List lookupAllBaseForms(POS pos,
java.lang.String derivation)
throws JWNLException
JWNLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||