|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IMWEDesc.IPart
A part of a multi-word expression.
Method Summary | |
---|---|
int |
getIndex()
Returns the index of this part in the multi-word expression, always zero or greater. |
IMWEDesc |
getParent()
Returns the MWE description of which this part is a part. |
boolean |
isStopWord()
Returns true if the part is a stop word, that is, a word that is not usually useful for searching. |
Methods inherited from interface edu.mit.jmwe.data.IHasForm |
---|
getForm |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
IMWEDesc getParent()
null
.
int getIndex()
boolean isStopWord()
true
if the part is a stop word;
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |