org.cogroo.cmdline.chunker2
Class Chunker2ConverterTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractConverterTool<opennlp.tools.chunker.ChunkSample>
              extended by org.cogroo.cmdline.chunker2.Chunker2ConverterTool

public class Chunker2ConverterTool
extends opennlp.tools.cmdline.AbstractConverterTool<opennlp.tools.chunker.ChunkSample>

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


Constructor Summary
Chunker2ConverterTool()
           
 
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

Chunker2ConverterTool

public Chunker2ConverterTool()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.