| Package | Description |
|---|---|
| edu.mit.jmwe.data |
Provides the basic data structures used by the library and their default implementations.
|
| 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).
|
interface |
IMWEDesc
An MWE description consisting of an
IMWEDescID, list of parts, and
counts relating to the MWE's appearance in a reference concordance. |
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).
|
| 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.
|
class |
InfMWEDesc
Default implementation of the
IInfMWEDesc interface. |
class |
MWEDescID
Default implementation of
IMWEDescID. |
class |
RootMWEDesc
Default implementation of the
IRootMWEDesc interface. |
| 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.