Package opennlp.tools.formats.convert
Class POSToSentenceSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<T,P>
opennlp.tools.formats.DetokenizerSampleStreamFactory<SentenceSample,POSToSentenceSampleStreamFactory.Parameters>
opennlp.tools.formats.convert.POSToSentenceSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,
POSToSentenceSampleStreamFactory.Parameters>
@Internal
public class POSToSentenceSampleStreamFactory
extends DetokenizerSampleStreamFactory<SentenceSample,POSToSentenceSampleStreamFactory.Parameters>
Note:
Do not use this class, internal use only!
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameters:
args
- arguments- Returns:
- The created
ObjectStream
instance.
-