edu.columbia.cs.ref.algorithm.feature.generation
Class SentenceFeatureGenerator<E extends FeatureSet>

java.lang.Object
  extended by edu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator<E>
      extended by edu.columbia.cs.ref.algorithm.feature.generation.SentenceFeatureGenerator<E>
Type Parameters:
E - the type of feature that the generator produces.
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OpenNLPTokenizationFG

public abstract class SentenceFeatureGenerator<E extends FeatureSet>
extends FeatureGenerator<E>

The Class CandidateSentenceFeatureGenerator is an extension of a FeatureGenerator that produces and stores the features on a sentence.

Since:
2011-09-27
Version:
0.1
Author:
Pablo Barrio, Goncalo Simoes
See Also:
Serialized Form

Constructor Summary
SentenceFeatureGenerator()
           
 
Method Summary
 
Methods inherited from class edu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator
generateFeatures
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceFeatureGenerator

public SentenceFeatureGenerator()