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

Packages that use IInfMWEDesc
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 IInfMWEDesc in edu.mit.jmwe.data
 

Classes in edu.mit.jmwe.data that implement IInfMWEDesc
 class InfMWEDesc
          Default implementation of the IInfMWEDesc interface.
 

Methods in edu.mit.jmwe.data that return IInfMWEDesc
 IInfMWEDesc InfMWEDesc.InfPart.getParent()
           
 IInfMWEDesc IInfMWEDesc.IInfPart.getParent()
          Returns the MWE description of which this part is a part.
 

Methods in edu.mit.jmwe.data that return types with arguments of type IInfMWEDesc
 Map<String,? extends IInfMWEDesc> RootMWEDesc.getInflected()
           
 Map<String,? extends IInfMWEDesc> IRootMWEDesc.getInflected()
          Returns an unmodifiable set of MWE descriptions corresponding to the inflected versions of this form.
 

Uses of IInfMWEDesc in edu.mit.jmwe.detect
 

Methods in edu.mit.jmwe.detect that return IInfMWEDesc
static
<T extends IToken>
IInfMWEDesc
InflectionLookup.getSurfaceFormDescription(IRootMWEDesc root, IMWE<T> mwe)
          Returns a multi-word expression description with a lemma that is constructed by concatenating the tokens of the MWE exactly as they appear in the sentence with underscores.
 

Uses of IInfMWEDesc in edu.mit.jmwe.index
 

Classes in edu.mit.jmwe.index that implement IInfMWEDesc
static class IndexBuilder.MutableInfMWEDesc
           
 

Methods in edu.mit.jmwe.index that return IInfMWEDesc
 IInfMWEDesc InMemoryMWEIndex.getInflectedMWEDesc(String lemma, MWEPOS pos, String inflected)
           
 IInfMWEDesc IMWEIndex.getInflectedMWEDesc(String lemma, MWEPOS pos, String inflected)
          Returns the inflected MWE description for the specified root lemma, part of speech, and inflected form, or null if this index does not contain said description.
 

Methods in edu.mit.jmwe.index that return types with arguments of type IInfMWEDesc
 Set<IInfMWEDesc> MWEDescSet.getInflectedMWEDescs()
           
 Set<IInfMWEDesc> IMWEDescSet.getInflectedMWEDescs()
          Returns the set of inflected MWE desc objects contained herein.
 

Constructor parameters in edu.mit.jmwe.index with type arguments of type IInfMWEDesc
MWEDescSet(Set<IRootMWEDesc> rootDescs, Set<IInfMWEDesc> infDescs)
          Creates a new mutable MWE desc set that contains the specified elements
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.