|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMWEDesc
An MWE description consisting of an IMWEDescID
, list of parts, and
counts relating to the MWE's appearance in a reference concordance.
Nested Class Summary | |
---|---|
static interface |
IMWEDesc.IPart
A part of a multi-word expression. |
Field Summary | |
---|---|
static Pattern |
boundaryUnderscores
The pattern consisting of one or more underscores that occur at the beginning or end of the input. |
static Pattern |
comma
The pattern consisting of a single underscore. |
static Pattern |
underscore
The pattern consisting of a single underscore. |
static Pattern |
underscores
The pattern consisting of one or more underscores. |
Method Summary | |
---|---|
int[] |
getCounts()
Returns an array containing the marked split, marked continuous, unmarked exact, and unmarked pattern occurrences of this MWE in the reference concordance. |
IMWEDescID |
getID()
Returns the IMWEDescID associated with this description. |
int |
getMarkedContinuous()
Returns the number of times this MWE was marked on a continuous run of tokens in the reference concordance. |
int |
getMarkedSplit()
Returns the number of times this MWE was marked on a non-continuous run of tokens in the reference concordance. |
List<? extends IMWEDesc.IPart> |
getParts()
Returns an unmodifiable list of parts that comprise the MWE. |
int |
getUnmarkedExact()
Returns the number of times the exact surface form of this MWE description occurs in the reference concordance without being marked as an occurrence of the MWE. |
int |
getUnmarkedPattern()
Returns the number of times a this MWE description occurs in the reference concordance without being marked as an occurrence of the MWE, and whose form matches a known inflection pattern. |
Methods inherited from interface edu.mit.jmwe.data.IHasForm |
---|
getForm |
Methods inherited from interface edu.mit.jmwe.data.IHasMWEPOS |
---|
getPOS |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
static final Pattern underscore
static final Pattern comma
static final Pattern underscores
static final Pattern boundaryUnderscores
Method Detail |
---|
IMWEDescID getID()
null
.int getMarkedContinuous()
int getMarkedSplit()
int getUnmarkedExact()
int getUnmarkedPattern()
List<? extends IMWEDesc.IPart> getParts()
int[] getCounts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |