opennlp.tools.formats.convert
Class ParseToSentenceSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<T>
      extended by opennlp.tools.formats.DetokenizerSampleStreamFactory<SentenceSample>
          extended by opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample>

public class ParseToSentenceSampleStreamFactory
extends DetokenizerSampleStreamFactory<SentenceSample>

Note: Do not use this class, internal use only!


Method Summary
 ObjectStream<SentenceSample> create(String[] args)
           
static void registerFactory()
           
 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public ObjectStream<SentenceSample> create(String[] args)

registerFactory

public static void registerFactory()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.