Klasse Conll02NameSampleStreamFactory<P>

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

@Internal public class Conll02NameSampleStreamFactory<P> extends LanguageSampleStreamFactory<NameSample,P>
Note: Do not use this class, internal use only!
Siehe auch:
  • Methodendetails

    • registerFactory

      public static void registerFactory()
    • create

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