opennlp.tools.formats
Class ConllXTokenSampleStreamFactory
java.lang.Object
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!
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConllXTokenSampleStreamFactory
public ConllXTokenSampleStreamFactory()
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.