opennlp.tools.formats
Class LeipzigDocumentSampleStreamFactory
java.lang.Object
opennlp.tools.formats.LeipzigDocumentSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample>
public class LeipzigDocumentSampleStreamFactory
- extends java.lang.Object
- implements opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample>
Note: Do not use this class, internal use only!
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeipzigDocumentSampleStreamFactory
public LeipzigDocumentSampleStreamFactory()
getUsage
public java.lang.String getUsage()
- Specified by:
getUsage
in interface opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample>
validateArguments
public boolean validateArguments(java.lang.String[] args)
- Specified by:
validateArguments
in interface opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample>
create
public ObjectStream<DocumentSample> create(java.lang.String[] args)
- Specified by:
create
in interface opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.