opennlp.tools.formats
Class ConllXSentenceSampleStreamFactory
java.lang.Object
opennlp.tools.formats.ConllXSentenceSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample>
public class ConllXSentenceSampleStreamFactory
- extends java.lang.Object
- implements opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample>
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 |
ConllXSentenceSampleStreamFactory
public ConllXSentenceSampleStreamFactory()
getUsage
public java.lang.String getUsage()
- Specified by:
getUsage
in interface opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample>
validateArguments
public boolean validateArguments(java.lang.String[] args)
- Specified by:
validateArguments
in interface opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample>
create
public ObjectStream<SentenceSample> create(java.lang.String[] args)
- Specified by:
create
in interface opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.