opennlp.tools.formats
Class BioNLP2004NameSampleStreamFactory

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

public class BioNLP2004NameSampleStreamFactory
extends Object
implements opennlp.tools.cmdline.ObjectStreamFactory<NameSample>


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

Constructor Detail

BioNLP2004NameSampleStreamFactory

public BioNLP2004NameSampleStreamFactory()
Method Detail

getUsage

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

validateArguments

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

create

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


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