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

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.SpansToStringsConvertionFG
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SpansToStringsConvertionFG(FeatureGenerator<SequenceFS<Span>> tokenizer)
           
 
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

SpansToStringsConvertionFG

public SpansToStringsConvertionFG(FeatureGenerator<SequenceFS<Span>> tokenizer)
                           throws opennlp.tools.util.InvalidFormatException,
                                  java.io.IOException
Throws:
opennlp.tools.util.InvalidFormatException
java.io.IOException