edu.mit.jmwe.detect
Class TrulyExhaustive

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<IMWEDetector>
          extended by edu.mit.jmwe.detect.CompositeDetector
              extended by 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

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TrulyExhaustive(IMWEIndex index)
          Constructs a new detector that looks up everything, stop words included.
 
Method Summary
 
Methods inherited from class edu.mit.jmwe.detect.CompositeDetector
detect, get, size
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

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.