edu.columbia.cs.ref.algorithm.feature.generation.impl
Class GenericPartOfSpeechFG

java.lang.Object
  extended by edu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator<E>
      extended by edu.columbia.cs.ref.algorithm.feature.generation.CandidateSentenceFeatureGenerator<SequenceFS<java.lang.String>>
          extended by edu.columbia.cs.ref.algorithm.feature.generation.impl.GenericPartOfSpeechFG
All Implemented Interfaces:
java.io.Serializable

public class GenericPartOfSpeechFG
extends CandidateSentenceFeatureGenerator<SequenceFS<java.lang.String>>

See Also:
Serialized Form

Constructor Summary
GenericPartOfSpeechFG(FeatureGenerator<SequenceFS<java.lang.String>> posTagger)
           
 
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

GenericPartOfSpeechFG

public GenericPartOfSpeechFG(FeatureGenerator<SequenceFS<java.lang.String>> posTagger)