Klasse POSToTokenSampleStreamFactory<P>

Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<TokenSample,P>

@Internal public class POSToTokenSampleStreamFactory<P> extends DetokenizerSampleStreamFactory<TokenSample,P>
Note: Do not use this class, internal use only!
Siehe auch:
  • Methodendetails

    • registerFactory

      public static void registerFactory()
    • create

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