edu.cmu.minorthird.text.learn
Class SpanFE.Filter

java.lang.Object
  extended by edu.cmu.minorthird.text.learn.SpanFE.Filter
Enclosing class:
SpanFE

public abstract static class SpanFE.Filter
extends java.lang.Object

An abstract class that can be used to filter SpanSetResults.


Constructor Summary
SpanFE.Filter()
           
 
Method Summary
abstract  java.lang.String getName()
          A short name, used to help construct feature names associated with this filter.
abstract  boolean match(java.lang.Object o)
          Should return true for all items that will be accepted by the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanFE.Filter

public SpanFE.Filter()
Method Detail

getName

public abstract java.lang.String getName()
A short name, used to help construct feature names associated with this filter.


match

public abstract boolean match(java.lang.Object o)
Should return true for all items that will be accepted by the filter.