Uses of Interface
edu.mit.jmwe.index.IHasMWEIndex

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

Classes in edu.mit.jmwe.detect that implement IHasMWEIndex
 class Consecutive
          Detector that uses an index to detect the MWEs whose parts appear continuously in the sentence.
 class Exhaustive
          Implements an exhaustive algorithm that detects all possible non-stop-word MWEs in a sentence, including MWEs that are out of order or discontinuous.
 

Uses of IHasMWEIndex in edu.mit.jmwe.index
 

Classes in edu.mit.jmwe.index that implement IHasMWEIndex
 class HasMWEIndex
          An object that wraps an MWE index.
 



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