Class ParseSampleStreamFactory

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<opennlp.tools.parser.Parse, ParseSampleStreamFactory.Parameters>
opennlp.tools.formats.ParseSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.parser.Parse, ParseSampleStreamFactory.Parameters>

public class ParseSampleStreamFactory extends AbstractSampleStreamFactory<opennlp.tools.parser.Parse, ParseSampleStreamFactory.Parameters>
Factory producing OpenNLP ParseSampleStreams.
  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

      public opennlp.tools.util.ObjectStream<opennlp.tools.parser.Parse> create(String[] args)