Class ConstitParseSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<Parse,opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory.Parameters>
opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<Parse,
opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory.Parameters>
@Internal
public class ConstitParseSampleStreamFactory
extends AbstractSampleStreamFactory<Parse,opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory.Parameters>
Note:
Do not use this class, internal use only!
- See Also:
-
Method Summary
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, 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()
-