Uses of Interface
edu.mit.jmwe.data.IHasMWEPOS

Packages that use IHasMWEPOS
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. 
 

Uses of IHasMWEPOS in edu.mit.jmwe.data
 

Subinterfaces of IHasMWEPOS in edu.mit.jmwe.data
 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).
 

Classes in edu.mit.jmwe.data that implement IHasMWEPOS
 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.
 

Uses of IHasMWEPOS in edu.mit.jmwe.index
 

Subinterfaces of IHasMWEPOS in edu.mit.jmwe.index
static interface IndexBuilder.IMutableMWEDesc
           
 

Classes in edu.mit.jmwe.index that implement IHasMWEPOS
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.