Uses of Package
edu.mit.jmwe.detect

Packages that use edu.mit.jmwe.detect
edu.mit.jmwe.detect Provides MWE detector API, a baseline detector, plus numerous other detector implementations. 
edu.mit.jmwe.harness Provides testing harness infrastructure 
edu.mit.jmwe.harness.result.error Provides error detectors to evaluate the results of a test harness run 
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. 
 

Classes in edu.mit.jmwe.detect used by edu.mit.jmwe.detect
CompositeDetector
          A detector composed of multiple simpler detectors.
FilterByScore
          Removes all MWEs from the wrapped detector's results whose score is "no good", where "no good" is implementation dependent.
HasMWEDetector
          Abstract base class for MWE Detectors that wrap, and constraint the output of, other MWE detectors.
IHasMWEDetector
          A MWE Detector that wraps another MWE detector.
IInflectionRule
          Represents a pattern according to which the parts of a multi-word expression may be inflected.
IMWEDetector
          A detector for multi-word expressions.
IMWEDetectorFilter
          An interface for MWE detectors that act as filters for other MWE detectors
IMWEDetectorResolver
          An interface for MWE detectors that resolve conflicts between identified MWEs from other detectors.
InflectionRule
          Enumerates the ways in which MWEs with certain parts of speech are allowed to inflect.
MWEBuilder
          A record that is used to hold tokens as the detector passes over a sentence.
ProperNouns
          Detects the proper nouns in an ISentence.
ResolveByScore
          Abstract base class for MWE detector resolvers that use a simple score to resolve conflicts.
 

Classes in edu.mit.jmwe.detect used by edu.mit.jmwe.harness
IMWEDetector
          A detector for multi-word expressions.
 

Classes in edu.mit.jmwe.detect used by edu.mit.jmwe.harness.result.error
IMWEDetector
          A detector for multi-word expressions.
 

Classes in edu.mit.jmwe.detect used by edu.mit.jmwe.index
IMWEDetector
          A detector for multi-word expressions.
 



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