opennlp.tools.cmdline.sentdetect
Class SentenceDetectorConverterTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractConverterTool<SentenceSample>
              extended by opennlp.tools.cmdline.sentdetect.SentenceDetectorConverterTool

public class SentenceDetectorConverterTool
extends AbstractConverterTool<SentenceSample>


Field Summary
 
Fields inherited from class opennlp.tools.cmdline.TypedCmdLineTool
type
 
Constructor Summary
SentenceDetectorConverterTool()
           
 
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

SentenceDetectorConverterTool

public SentenceDetectorConverterTool()


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