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

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

public class StanfordNLPDependencyGraphFG
extends CandidateSentenceFeatureGenerator<GraphFS<java.lang.Integer,java.lang.String>>

See Also:
Serialized Form

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

StanfordNLPDependencyGraphFG

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