opennlp.tools.formats
Class WordTagSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.WordTagSampleStreamFactory
All Implemented Interfaces:
ObjectStreamFactory<POSSample>

public class WordTagSampleStreamFactory
extends Object
implements ObjectStreamFactory<POSSample>

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


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

Constructor Detail

WordTagSampleStreamFactory

public WordTagSampleStreamFactory()
Method Detail

getUsage

public String getUsage()
Specified by:
getUsage in interface ObjectStreamFactory<POSSample>

validateArguments

public boolean validateArguments(String[] args)
Specified by:
validateArguments in interface ObjectStreamFactory<POSSample>

create

public ObjectStream<POSSample> create(String[] args)
Description copied from interface: ObjectStreamFactory
Creates the ObjectStream

Specified by:
create in interface ObjectStreamFactory<POSSample>
Returns:


Copyright © 2010. All Rights Reserved.