edu.columbia.cs.ref.algorithm.feature.generation
Class CandidateSentenceFeatureGenerator<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.CandidateSentenceFeatureGenerator<E>
Type Parameters:
E - the type of feature that the generator produces.
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntityBasedChunkingFG, EntitySplitsFG, GenericPartOfSpeechFG, KnowItAllChunkingFG, OpenInformationExtractionFG, OpenNLPPartOfSpeechFG, SpansToStringsConvertionFG, StanfordNLPDependencyGraphFG

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

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

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

Constructor Summary
CandidateSentenceFeatureGenerator()
           
 
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

CandidateSentenceFeatureGenerator

public CandidateSentenceFeatureGenerator()