Class RealBasicEventStream

java.lang.Object
opennlp.tools.ml.maxent.RealBasicEventStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.ml.model.Event>

public class RealBasicEventStream extends Object implements opennlp.tools.util.ObjectStream<opennlp.tools.ml.model.Event>
Class for real-valued events as an event stream. .
See Also:
  • Event
  • ObjectStream
  • Constructor Details

    • RealBasicEventStream

      public RealBasicEventStream(opennlp.tools.util.ObjectStream<String> ds)
  • Method Details