T
- type of IToken
objects that form the multi-word expressionpublic interface IMWE<T extends IToken> extends IHasForm
Modifier and Type | Method and Description |
---|---|
IMWEDesc |
getEntry()
Gets the MWE description object corresponding to this multi-word
expression.
|
java.util.Map<T,IMWEDesc.IPart> |
getPartMap()
Gets the mapping from tokens to parts in this multi-word expression.
|
java.util.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. |
java.util.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.java.util.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.Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.