Klasse ParseToSentenceSampleStreamFactory

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<SentenceSample,opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory.Parameters>
opennlp.tools.formats.DetokenizerSampleStreamFactory<SentenceSample,opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory.Parameters>
opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory
Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory.Parameters>

@Internal public class ParseToSentenceSampleStreamFactory extends DetokenizerSampleStreamFactory<SentenceSample,opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory.Parameters>
Note: Do not use this class, internal use only!
  • Methodendetails

    • create

      public ObjectStream<SentenceSample> create(String[] args)
      Beschreibung aus Schnittstelle kopiert: opennlp.tools.cmdline.ObjectStreamFactory
      Creates an ObjectStream of the template type T.
      Parameter:
      args - arguments
      Gibt zurück:
      The created ObjectStream instance.
    • registerFactory

      public static void registerFactory()