org.cogroo.formats.ad
Class ADChunkBasedHeadFinderSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<T>
      extended by opennlp.tools.formats.LanguageSampleStreamFactory<opennlp.tools.chunker.ChunkSample>
          extended by org.cogroo.formats.ad.ADChunkBasedHeadFinderSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.chunker.ChunkSample>

public class ADChunkBasedHeadFinderSampleStreamFactory
extends opennlp.tools.formats.LanguageSampleStreamFactory<opennlp.tools.chunker.ChunkSample>

A Factory to create a Arvores Deitadas ChunkStream from the command line utility.

Note: Do not use this class, internal use only!


Method Summary
 opennlp.tools.util.ObjectStream<opennlp.tools.chunker.ChunkSample> create(String[] args)
           
 String getUsage()
           
static void registerFactory()
           
 String validateArguments(String[] args)
           
 
Methods inherited from class opennlp.tools.formats.LanguageSampleStreamFactory
getLang
 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerFactory

public static void registerFactory()

getUsage

public String getUsage()

validateArguments

public String validateArguments(String[] args)

create

public opennlp.tools.util.ObjectStream<opennlp.tools.chunker.ChunkSample> create(String[] args)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.