Klasse MascPOSSampleStreamFactory<P>

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<POSSample,P>
opennlp.tools.formats.masc.MascPOSSampleStreamFactory<P>
Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<POSSample,P>

public class MascPOSSampleStreamFactory<P> extends AbstractSampleStreamFactory<POSSample,P>
  • Felddetails

  • Methodendetails

    • registerFactory

      public static void registerFactory()
    • create

      public ObjectStream<POSSample> 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.