org.cogroo.cmdline.featurizer
Class FeaturizerConverterTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractConverterTool<FeatureSample>
              extended by org.cogroo.cmdline.featurizer.FeaturizerConverterTool

public class FeaturizerConverterTool
extends opennlp.tools.cmdline.AbstractConverterTool<FeatureSample>

Tool to convert multiple data formats into native OpenNLP featurizer training format.


Constructor Summary
FeaturizerConverterTool()
           
 
Method Summary
 
Methods inherited from class opennlp.tools.cmdline.AbstractConverterTool
getHelp, getHelp, getShortDescription, run
 
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getName, hasParams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturizerConverterTool

public FeaturizerConverterTool()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.