public interface IRootMWEDesc extends IMWEDesc
Modifier and Type | Interface and Description |
---|---|
static interface |
IRootMWEDesc.IRootPart
A part of a root multi-word expression.
|
IMWEDesc.IPart
Modifier and Type | Field and Description |
---|---|
static int |
EXPECTED_COUNT_LENGTH
Expected number of counts associated with an index entry that implements
this interface.
|
boundaryUnderscores, comma, underscore, underscores
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,? extends IInfMWEDesc> |
getInflected()
Returns an unmodifiable set of MWE descriptions corresponding to the
inflected versions of this form.
|
java.util.List<? extends IRootMWEDesc.IRootPart> |
getParts()
Returns an unmodifiable list of parts that comprise the MWE.
|
int |
getUnmarkedInflected()
Returns the number of times an inflected form of this MWE description
occurs in the reference concordance without being marked as an occurrence
of the MWE, and without being an exact match to a known inflected form of
this root.
|
getCounts, getID, getMarkedContinuous, getMarkedSplit, getUnmarkedExact, getUnmarkedPattern
getPOS
static final int EXPECTED_COUNT_LENGTH
java.util.List<? extends IRootMWEDesc.IRootPart> getParts()
java.util.Map<java.lang.String,? extends IInfMWEDesc> getInflected()
null
, this means the no inflected forms have yet been
assigned.null
, possibly empty set of inflected MWE
descriptions.int getUnmarkedInflected()
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.