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

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

public class OpenNLPTokenizationFG
extends SentenceFeatureGenerator<SequenceFS<Span>>
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OpenNLPTokenizationFG(java.lang.String path)
           
 
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

OpenNLPTokenizationFG

public OpenNLPTokenizationFG(java.lang.String path)
                      throws opennlp.tools.util.InvalidFormatException,
                             java.io.IOException
Throws:
opennlp.tools.util.InvalidFormatException
java.io.IOException