public class SimpleFrequencyCachingDeterminerDecorator extends AbstractSlidingWindowFrequencyDeterminerDecorator
FrequencyCachingDeterminerDecorator
should be used instead.| Modifier and Type | Field and Description |
|---|---|
private com.carrotsearch.hppc.IntObjectOpenHashMap<int[]> |
cache |
determiner| Constructor and Description |
|---|
SimpleFrequencyCachingDeterminerDecorator(FrequencyDeterminer determiner) |
| Modifier and Type | Method and Description |
|---|---|
CountedSubsets[] |
determineCounts(String[][] wordsets,
SegmentationDefinition[] definitions)
Returns the frequencies of words and word sub sets of the given word sets.
|
getCooccurrenceCounts, getSlidingWindowModelName, getWindowSize, setWindowSizegetDeterminer, setDeterminerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeterminer, setDeterminerpublic SimpleFrequencyCachingDeterminerDecorator(FrequencyDeterminer determiner)
public CountedSubsets[] determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)
FrequencyDeterminerCopyright © 2014–2016. All rights reserved.