Uses of Class
edu.mit.jmwe.index.HasMWEIndex

Packages that use HasMWEIndex
edu.mit.jmwe.detect Provides MWE detector API, a baseline detector, plus numerous other detector implementations. 
 

Uses of HasMWEIndex in edu.mit.jmwe.detect
 

Subclasses of HasMWEIndex in edu.mit.jmwe.detect
 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.
 



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