Package | Description |
---|---|
edu.mit.jmwe.data |
Provides the basic data structures used by the library and their default implementations.
|
edu.mit.jmwe.data.concordance |
Provides interfaces and classes for accessing data taken Semcor-formatted concordances, useful for benchmarking detectors.
|
edu.mit.jmwe.index |
Provides the MWE index interfaces and default implementations, which allow one to look up an MWE given one of its parts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInfMWEDesc
A description of an inflected form of a multi-word expression (MWE).
|
static interface |
IInfMWEDesc.IInfPart
A part of an inflected multi-word expression.
|
interface |
IMWE<T extends IToken>
A multi-word expression found in a list of tokens.
|
interface |
IMWEDesc
An MWE description consisting of an
IMWEDescID , list of parts, and
counts relating to the MWE's appearance in a reference concordance. |
static interface |
IMWEDesc.IPart
A part of a multi-word expression.
|
interface |
IMWEDescID
A MWE description ID that can be used to retrieve the MWE's lemma, part of
speech, and inflected form.
|
interface |
IRootMWEDesc
A description of a multi-word expression (MWE).
|
static interface |
IRootMWEDesc.IRootPart
A part of a root multi-word expression.
|
interface |
IToken
A token that is a constituent of an sentence.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMWEDesc<P extends IMWEDesc.IPart>
A base class for MWE descriptions that can be used to construct a description
from some combination of: a surface form, a list of parts, and counts
relating to the MWE's appearance in a reference concordance.
|
protected class |
AbstractMWEDesc.AbstractPart
Default implementation of the
IPart interface. |
class |
InfMWEDesc
Default implementation of the
IInfMWEDesc interface. |
protected class |
InfMWEDesc.InfPart
Default implementation of the
IInfMWEDesc.IInfPart interface. |
class |
MWE<T extends IToken>
Default implementation of the
IMWE interface. |
class |
MWEDescID
Default implementation of
IMWEDescID . |
class |
RootMWEDesc
Default implementation of the
IRootMWEDesc interface. |
protected class |
RootMWEDesc.Part
Default implementation of
IRootMWEDesc.IRootPart . |
class |
Token
Default implementation of the
IToken interface. |
Modifier and Type | Method and Description |
---|---|
static boolean |
StopWords.hasAllStopWords(java.util.Collection<? extends IHasForm> words)
Returns
true if each form in the list is a stop word;
false otherwise. |
Modifier and Type | Interface and Description |
---|---|
interface |
IConcordanceToken
A token from a Semcor sentence.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ConcordanceTagger.TaggerToken
Represents a semcor token that is not yet tagged.
|
class |
ConcordanceToken
Default implementation of
IConcordanceToken . |
Modifier and Type | Interface and Description |
---|---|
static interface |
IndexBuilder.IMutableMWEDesc |
Modifier and Type | Class and Description |
---|---|
static class |
IndexBuilder.MutableInfMWEDesc |
static class |
IndexBuilder.MutableRootMWEDesc
A root MWE description object whose counts can be incremented.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.