public interface IInfMWEDesc extends IMWEDesc
IRootMWEDesc of the multi-word expression and a list of inflected
parts that comprise this form.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IInfMWEDesc.IInfPart
A part of an inflected 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 |
|---|---|
int |
getMarkedPattern()
The number of times this description occurs in the reference concordance
being marked as an occurrence of the MWE, while matching one of the known
inflection patterns.
|
java.util.List<? extends IInfMWEDesc.IInfPart> |
getParts()
Returns an unmodifiable list of parts that comprise the MWE.
|
IRootMWEDesc |
getRootMWEDesc()
Returns the root description of the multi-word expression (MWE).
|
getCounts, getID, getMarkedContinuous, getMarkedSplit, getUnmarkedExact, getUnmarkedPatterngetPOSstatic final int EXPECTED_COUNT_LENGTH
IRootMWEDesc getRootMWEDesc()
java.util.List<? extends IInfMWEDesc.IInfPart> getParts()
int getMarkedPattern()
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.