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

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

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

An abstract class that can be used to change SpanSets


Constructor Summary
SpanFE.Function()
           
 
Method Summary
abstract
<T> T
apply(T o)
          Should return the modified object.
abstract  java.lang.String getName()
          A short name, used to help construct feature names associated with this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanFE.Function

public SpanFE.Function()
Method Detail

getName

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


apply

public abstract <T> T apply(T o)
Should return the modified object.