edu.mit.jmwe.detect
Class TrulyExhaustive
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<IMWEDetector>
edu.mit.jmwe.detect.CompositeDetector
edu.mit.jmwe.detect.TrulyExhaustive
- All Implemented Interfaces:
- IMWEDetector, Iterable<IMWEDetector>, Collection<IMWEDetector>, List<IMWEDetector>
public class TrulyExhaustive
- extends CompositeDetector
Returns a composite detector backed by the Exhaustive
and
StopWords
detection strategies.
- Since:
- jMWE 1.0.0
- Version:
- $Id: TrulyExhaustive.java 610 2011-05-06 20:05:20Z markaf $
- Author:
- N. Kulkarni
Constructor Summary |
TrulyExhaustive(IMWEIndex index)
Constructs a new detector that looks up everything, stop words included. |
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
TrulyExhaustive
public TrulyExhaustive(IMWEIndex index)
- Constructs a new detector that looks up everything, stop words included.
- Parameters:
index
- the index to be used by this detector; may not be- Since:
- jMWE 1.0.0
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.