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