org.cogroo.cmdline.featurizer
Class FeaturizerTrainerTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
              extended by opennlp.tools.cmdline.AbstractTrainerTool<FeatureSample,org.cogroo.cmdline.featurizer.FeaturizerTrainerTool.TrainerToolParams>
                  extended by org.cogroo.cmdline.featurizer.FeaturizerTrainerTool

public class FeaturizerTrainerTool
extends opennlp.tools.cmdline.AbstractTrainerTool<FeatureSample,org.cogroo.cmdline.featurizer.FeaturizerTrainerTool.TrainerToolParams>


Constructor Summary
FeaturizerTrainerTool()
           
 
Method Summary
 String getName()
           
 String getShortDescription()
           
 void run(String format, String[] args)
           
 
Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
getHelp
 
Methods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getHelp
 
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
hasParams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturizerTrainerTool

public FeaturizerTrainerTool()
Method Detail

getName

public String getName()
Overrides:
getName in class opennlp.tools.cmdline.CmdLineTool

getShortDescription

public String getShortDescription()
Overrides:
getShortDescription in class opennlp.tools.cmdline.CmdLineTool

run

public void run(String format,
                String[] args)
Overrides:
run in class opennlp.tools.cmdline.AbstractTrainerTool<FeatureSample,org.cogroo.cmdline.featurizer.FeaturizerTrainerTool.TrainerToolParams>


Copyright © 2012-2013 CoGrOO. All Rights Reserved.