| Class | Description |
|---|---|
| SpecificWordSelectionMapper |
given a list of configured words, emits only those words
|
| SpecificWordStageProvider |
Given a set of specific words, this a mapper is prepared which emits only the dfidf values of those specific words
and a reducer is created which emits a serialised time series for each word.
|
| SpecificWordTimeSeries | |
| WordDFIDFTimeSeriesReducer |
Given a stream of wordDFIDF as input, reads each DFIDF, constructs a time series and emits the time series
|