Package 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.

See:
          Description

Interface Summary
IHasMWEIndex Classes implementing this interface use a IMWEIndex.
IMWEDescSet A set of MWE description objects that provides methods to retrieve the root and inflected MWE descriptions it contains.
IMWEIndex An index of multi-word expressions (MWEs).
IndexBuilder.FileGetter Wouldn't it be nice to have first-class functions in Java?
IndexBuilder.IMutableMWEDesc  
 

Class Summary
HasMWEIndex An object that wraps an MWE index.
IndexBuilder Builds a MWE index that can be loaded into memory from Wordnet, using Semcor as the reference concordance for obtaining frequencies relating to an MWE's occurrence as marked, unmarked, etc.
IndexBuilder.MutableInfMWEDesc  
IndexBuilder.MutableRootMWEDesc A root MWE description object whose counts can be incremented.
InMemoryMWEIndex The default abstract implementation of IMWEIndex.
MWEDescSet Default implementation of the IMWEDescSet interface.
MWEIndex Simple implementation of IMWEIndex that reads an index, possibly with internal comments prefixed by '//' or ';;', from a URL.
 

Package edu.mit.jmwe.index Description

Provides the MWE index interfaces and default implementations, which allow one to look up an MWE given one of its parts.



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