public static interface IMWEDesc.IPart extends IHasForm, java.lang.Comparable<IMWEDesc.IPart>
Modifier and Type | Method and Description |
---|---|
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.
|
IMWEDesc getParent()
null
.int getIndex()
boolean isStopWord()
true
if the part is a stop word;
false
otherwise.Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.