opennlp.tools.formats
Class ConllXTokenSampleStreamFactory

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

public class ConllXTokenSampleStreamFactory
extends java.lang.Object
implements opennlp.tools.cmdline.ObjectStreamFactory<TokenSample>

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


Constructor Summary
ConllXTokenSampleStreamFactory()
           
 
Method Summary
 ObjectStream<TokenSample> 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

ConllXTokenSampleStreamFactory

public ConllXTokenSampleStreamFactory()
Method Detail

getUsage

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

validateArguments

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

create

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


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