opennlp.tools.sentdetect
Class SDEventStream

java.lang.Object
  extended by opennlp.model.AbstractEventStream
      extended by opennlp.tools.util.AbstractEventStream<SentenceSample>
          extended by opennlp.tools.sentdetect.SDEventStream
All Implemented Interfaces:
opennlp.model.EventStream

public class SDEventStream
extends AbstractEventStream<SentenceSample>


Constructor Summary
SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)
          Initializes the current instance.
 
Method Summary
 
Methods inherited from class opennlp.tools.util.AbstractEventStream
hasNext, next
 
Methods inherited from class opennlp.model.AbstractEventStream
remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDEventStream

public SDEventStream(ObjectStream<SentenceSample> samples,
                     SDContextGenerator cg,
                     EndOfSentenceScanner scanner)
Initializes the current instance.

Parameters:
samples -


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