Package opennlp.tools.formats
Class ConllXSentenceSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<T,P>
opennlp.tools.formats.DetokenizerSampleStreamFactory<SentenceSample,P>
opennlp.tools.formats.ConllXSentenceSampleStreamFactory<P>
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,
P>
@Internal
public class ConllXSentenceSampleStreamFactory<P>
extends DetokenizerSampleStreamFactory<SentenceSample,P>
Note:
Do not use this class, internal use only!
-
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.
-