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

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

Uses of IHasForm in edu.mit.jmwe.data
 

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

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

Method parameters in edu.mit.jmwe.data with type arguments of type IHasForm
static boolean StopWords.hasAllStopWords(Collection<? extends IHasForm> words)
          Returns true if each form in the list is a stop word; false otherwise.
 

Uses of IHasForm in edu.mit.jmwe.data.concordance
 

Subinterfaces of IHasForm in edu.mit.jmwe.data.concordance
 interface IConcordanceToken
          A token from a Semcor sentence.
 

Classes in edu.mit.jmwe.data.concordance that implement IHasForm
protected static class ConcordanceTagger.TaggerToken
          Represents a semcor token that is not yet tagged.
 class ConcordanceToken
          Default implementation of IConcordanceToken.
 

Uses of IHasForm in edu.mit.jmwe.index
 

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

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