public class FeaturizerEventStream extends opennlp.tools.util.AbstractEventStream<FeatureSample>
| Constructor and Description |
|---|
FeaturizerEventStream(opennlp.tools.util.ObjectStream<FeatureSample> d,
FeaturizerContextGenerator cg)
Creates a new event stream based on the specified data stream using the
specified context generator.
|
public FeaturizerEventStream(opennlp.tools.util.ObjectStream<FeatureSample> d, FeaturizerContextGenerator cg)
d - The data stream for this event stream.cg - The context generator which should be used in the creation of
events for this event stream.Copyright © 2012–2017 CoGrOO. All rights reserved.