Uses of Class
edu.mit.jmwe.index.IndexBuilder.MutableRootMWEDesc

Packages that use IndexBuilder.MutableRootMWEDesc
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 IndexBuilder.MutableRootMWEDesc in edu.mit.jmwe.index
 

Methods in edu.mit.jmwe.index that return types with arguments of type IndexBuilder.MutableRootMWEDesc
 Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> IndexBuilder.extractMWEs(edu.mit.jwi.IDictionary dict)
          Retrieves multi-word expressions from the specified IDictionary object and returns them as a map.
 

Methods in edu.mit.jmwe.index with parameters of type IndexBuilder.MutableRootMWEDesc
protected  IndexBuilder.MutableInfMWEDesc IndexBuilder.getInflectedForm(IndexBuilder.MutableRootMWEDesc root, String form)
          Returns an inflected form that matches the specified surface form, attached to the root description.
 

Method parameters in edu.mit.jmwe.index with type arguments of type IndexBuilder.MutableRootMWEDesc
 void IndexBuilder.countMarked(List<IMWE<IConcordanceToken>> answers, Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index)
          Counts instances of marked MWEs
<T extends IToken>
void
IndexBuilder.findMissingMWEs(List<IMWE<T>> mwes, Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index, Set<IndexBuilder.MutableRootMWEDesc> missing)
          Finds MWEs that are marked in the the specified list, but not in the index.
<T extends IToken>
void
IndexBuilder.findMissingMWEs(List<IMWE<T>> mwes, Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index, Set<IndexBuilder.MutableRootMWEDesc> missing)
          Finds MWEs that are marked in the the specified list, but not in the index.
 void IndexBuilder.printTotals(Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> entries)
          Sums all the counts of the MWEs in the given map and prints the totals.
 



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