opennlp.tools.cmdline.postag
Class POSTaggerConverterTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractConverterTool<POSSample>
              extended by opennlp.tools.cmdline.postag.POSTaggerConverterTool

public class POSTaggerConverterTool
extends AbstractConverterTool<POSSample>


Field Summary
 
Fields inherited from class opennlp.tools.cmdline.TypedCmdLineTool
type
 
Constructor Summary
POSTaggerConverterTool()
           
 
Method Summary
 
Methods inherited from class opennlp.tools.cmdline.AbstractConverterTool
getHelp, getHelp, getShortDescription, run
 
Methods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getBasicHelp, getStreamFactory, validateAllArgs, validateFactoryArgs
 
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getBasicHelp, getName, hasParams, validateAndParseParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSTaggerConverterTool

public POSTaggerConverterTool()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.