opennlp.tools.formats
Class POSToSentenceSampleStreamFactory
java.lang.Object
opennlp.tools.formats.POSToSentenceSampleStreamFactory
- All Implemented Interfaces:
- ObjectStreamFactory<SentenceSample>
public class POSToSentenceSampleStreamFactory
- extends Object
- implements ObjectStreamFactory<SentenceSample>
Note: Do not use this class, internal use only!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POSToSentenceSampleStreamFactory
public POSToSentenceSampleStreamFactory()
getUsage
public String getUsage()
- Specified by:
getUsage
in interface ObjectStreamFactory<SentenceSample>
validateArguments
public boolean validateArguments(String[] args)
- Specified by:
validateArguments
in interface ObjectStreamFactory<SentenceSample>
create
public ObjectStream<SentenceSample> create(String[] args)
- Description copied from interface:
ObjectStreamFactory
- Creates the
ObjectStream
- Specified by:
create
in interface ObjectStreamFactory<SentenceSample>
- Returns:
Copyright © 2010. All Rights Reserved.