Class TokSpanEventStream

java.lang.Object
opennlp.tools.util.AbstractEventStream<TokenSample>
opennlp.tools.tokenize.TokSpanEventStream
All Implemented Interfaces:
AutoCloseable, ObjectStream<Event>

public class TokSpanEventStream extends AbstractEventStream<TokenSample>
This class reads the samples via an Iterator and converts the samples into events which can be used by the maxent library for training.