Class POSSampleEventStream

java.lang.Object
opennlp.tools.util.AbstractEventStream<POSSample>
opennlp.tools.postag.POSSampleEventStream
All Implemented Interfaces:
AutoCloseable, ObjectStream<Event>

public class POSSampleEventStream extends AbstractEventStream<POSSample>
This class reads the POSSamples from the given Iterator and converts the POSSamples into Events which can be used by the maxent library for training.