Package opennlp.tools.formats.conllu
Class ConlluTokenSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<TokenSample,ConlluTokenSampleStreamFactory.Parameters>
opennlp.tools.formats.conllu.ConlluTokenSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<TokenSample,
ConlluTokenSampleStreamFactory.Parameters>
@Internal
public class ConlluTokenSampleStreamFactory
extends AbstractSampleStreamFactory<TokenSample,ConlluTokenSampleStreamFactory.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.
-