Package opennlp.tools.sentdetect
Class SDEventStream
- java.lang.Object
-
- opennlp.tools.util.AbstractEventStream<SentenceSample>
-
- opennlp.tools.sentdetect.SDEventStream
-
- All Implemented Interfaces:
AutoCloseable
,ObjectStream<Event>
public class SDEventStream extends AbstractEventStream<SentenceSample>
-
-
Constructor Summary
Constructors Constructor Description SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)
Initializes the current instance.
-
-
-
Constructor Detail
-
SDEventStream
public SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)
Initializes the current instance.- Parameters:
samples
-
-
-