edu.mit.jmwe.detect
Interface IHasMWEDetector

All Known Subinterfaces:
IMWEDetectorFilter, IMWEDetectorResolver
All Known Implementing Classes:
ConstrainLength, Continuous, FilterByScore, HasMWEDetector, InflectionLookup, InflectionPattern, InOrder, Leftmost, LeskAtLeast, LMLR, Longest, MoreFrequentAsMWE, NoInflection, NoProperNouns, ResolveByScore, SmallestVariance

public interface IHasMWEDetector

A MWE Detector that wraps another MWE detector.

Since:
jMWE 1.0.0
Version:
$Id$
Author:
M.A. Finlayson

Method Summary
 IMWEDetector getWrappedDetector()
          Returns the MWE detector associated with this contraint detector.
 

Method Detail

getWrappedDetector

IMWEDetector getWrappedDetector()
Returns the MWE detector associated with this contraint detector.

Returns:
the MWE detector associated with this object
Since:
jMWE 1.0.0


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