opennlp.tools.formats.ad
Class ADNameSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.ad.ADNameSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<NameSample>

public class ADNameSampleStreamFactory
extends java.lang.Object
implements opennlp.tools.cmdline.ObjectStreamFactory<NameSample>

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

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


Constructor Summary
ADNameSampleStreamFactory()
           
 
Method Summary
 ObjectStream<NameSample> create(java.lang.String[] args)
           
 java.lang.String getUsage()
           
 boolean validateArguments(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADNameSampleStreamFactory

public ADNameSampleStreamFactory()
Method Detail

getUsage

public java.lang.String getUsage()
Specified by:
getUsage in interface opennlp.tools.cmdline.ObjectStreamFactory<NameSample>

validateArguments

public boolean validateArguments(java.lang.String[] args)
Specified by:
validateArguments in interface opennlp.tools.cmdline.ObjectStreamFactory<NameSample>

create

public ObjectStream<NameSample> create(java.lang.String[] args)
Specified by:
create in interface opennlp.tools.cmdline.ObjectStreamFactory<NameSample>


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