|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMWEDesc | |
---|---|
edu.mit.jmwe.data | Provides the basic data structures used by the library and their default implementations. |
edu.mit.jmwe.detect | Provides MWE detector API, a baseline detector, plus numerous other detector 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. |
Uses of IMWEDesc in edu.mit.jmwe.data |
---|
Subinterfaces of IMWEDesc in edu.mit.jmwe.data | |
---|---|
interface |
IInfMWEDesc
A description of an inflected form of a multi-word expression (MWE). |
interface |
IRootMWEDesc
A description of a multi-word expression (MWE). |
Classes in edu.mit.jmwe.data that implement IMWEDesc | |
---|---|
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 |
RootMWEDesc
Default implementation of the IRootMWEDesc interface. |
Methods in edu.mit.jmwe.data that return IMWEDesc | |
---|---|
IMWEDesc |
MWE.getEntry()
|
IMWEDesc |
IMWE.getEntry()
Gets the MWE description object corresponding to this multi-word expression. |
IMWEDesc |
IMWEDesc.IPart.getParent()
Returns the MWE description of which this part is a part. |
IMWEDesc |
AbstractMWEDesc.AbstractPart.getParent()
|
Methods in edu.mit.jmwe.data with parameters of type IMWEDesc | |
---|---|
int |
AbstractMWEDesc.compareTo(IMWEDesc id)
|
static boolean |
AbstractMWEDesc.equalsRoots(IMWEDesc one,
IMWEDesc two)
Returns true if the root descriptions associated with each
of this MWE descriptions are the same; false otherwise. |
static IRootMWEDesc |
AbstractMWEDesc.getRoot(IMWEDesc desc)
Returns the root mwe description associated with this object. |
Uses of IMWEDesc in edu.mit.jmwe.detect |
---|
Methods in edu.mit.jmwe.detect that return IMWEDesc | |
---|---|
IMWEDesc |
MWEBuilder.getEntry()
Returns the multi-word expression description object corresponding to the record. |
Methods in edu.mit.jmwe.detect that return types with arguments of type IMWEDesc | |
---|---|
protected Set<? extends IMWEDesc> |
Consecutive.getMWEDescs(IToken token)
Returns all the MWE entries in the index that contain the given token or one of its stems as a part. |
Constructors in edu.mit.jmwe.detect with parameters of type IMWEDesc | |
---|---|
MWEBuilder(IMWEDesc entry,
Comparator<T> comparator)
Constructs an empty record from an IRootMWEDesc object. |
|
MWEBuilder(IMWEDesc entry,
List<T> sentence)
Constructs an empty record from the given MWE description and sentence. |
Uses of IMWEDesc in edu.mit.jmwe.index |
---|
Subinterfaces of IMWEDesc in edu.mit.jmwe.index | |
---|---|
static interface |
IndexBuilder.IMutableMWEDesc
|
Classes in edu.mit.jmwe.index that implement IMWEDesc | |
---|---|
static class |
IndexBuilder.MutableInfMWEDesc
|
static class |
IndexBuilder.MutableRootMWEDesc
A root MWE description object whose counts can be incremented. |
Methods in edu.mit.jmwe.index with type parameters of type IMWEDesc | ||
---|---|---|
static
|
MWEDescSet.makeUnmodifiable(Set<E> set)
Returns an unmodifiable view of the given set. |
|
static
|
MWEDescSet.replaceNull(Set<E> set)
If the given set is null , returns the empty set. |
Methods in edu.mit.jmwe.index that return IMWEDesc | |
---|---|
IMWEDesc |
InMemoryMWEIndex.get(IMWEDescID id)
|
IMWEDesc |
IMWEIndex.get(IMWEDescID id)
Returns the MWE description for the specified ID, or null if
this index does not contain said description. |
Methods in edu.mit.jmwe.index that return types with arguments of type IMWEDesc | |
---|---|
Set<? extends IMWEDesc> |
IMWEIndex.getAll(String part)
Returns a set containing both IRootMWEDesc and IInfMWEDesc
objects that the given string is a part of. |
Methods in edu.mit.jmwe.index with parameters of type IMWEDesc | |
---|---|
boolean |
MWEDescSet.add(IMWEDesc o)
|
protected void |
InMemoryMWEIndex.insert(String key,
IMWEDesc object,
Map<String,IMWEDescSet> map)
Adds the specified object to the set indexed under the specified key in the given map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |