|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of IToken
objects that form the multi-word expressionpublic interface IMWE<T extends IToken>
A multi-word expression found in a list of tokens.
Method Summary | |
---|---|
IMWEDesc |
getEntry()
Gets the MWE description object corresponding to this multi-word expression. |
Map<T,IMWEDesc.IPart> |
getPartMap()
Gets the mapping from tokens to parts in this multi-word expression. |
List<T> |
getTokens()
Gets the list of tokens identified as comprising the multi-word expression. |
boolean |
isInflected()
Returns true if this MWE is inflected relative to its
associated MWE description; false otherwise. |
Methods inherited from interface edu.mit.jmwe.data.IHasForm |
---|
getForm |
Method Detail |
---|
List<T> getTokens()
null
or an empty list.
null
, non-empty list of tokens that comprise
the multi-word expression.IMWEDesc getEntry()
null
.
null
MWE description corresponding to the
multi-word expression represented by this object.Map<T,IMWEDesc.IPart> getPartMap()
null
. Iteration order of the map should correspond to
the order of tokens in the original sentence.
null
map from tokens to parts in this MWE
objectboolean isInflected()
true
if this MWE is inflected relative to its
associated MWE description; false
otherwise.
true
if this MWE is inflected relative to its
associated MWE description; false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |