Class LemmaSampleEventStream

    • Constructor Detail

      • LemmaSampleEventStream

        public LemmaSampleEventStream​(ObjectStream<LemmaSample> d,
                                      LemmatizerContextGenerator cg)
        Creates a new event stream based on the specified data stream using the specified context generator.
        Parameters:
        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.