public class LemmaSampleEventStream extends AbstractEventStream<LemmaSample>
Constructor and Description |
---|
LemmaSampleEventStream(ObjectStream<LemmaSample> d,
LemmatizerContextGenerator cg)
Creates a new event stream based on the specified data stream using the specified context generator.
|
public LemmaSampleEventStream(ObjectStream<LemmaSample> d, LemmatizerContextGenerator 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 © 2017 The Apache Software Foundation. All rights reserved.