Package org.aksw.palmetto.prob
Interface FrequencyDeterminer
-
- All Known Subinterfaces:
BooleanDocumentFrequencyDeterminer,FrequencyDeterminerDecorator,SlidingWindowFrequencyDeterminerDecorator,WindowBasedFrequencyDeterminer
- All Known Implementing Classes:
AbstractFrequencyDeterminerDecorator,AbstractSlidingWindowFrequencyDeterminerDecorator,AbstractWindowBasedFrequencyDeterminer,BitSetBasedBooleanDocumentFrequencyDeterminer,BooleanSlidingWindowFrequencyDeterminer,CoherenceEvaluation.StaticWindowBasedFrequencyDeterminer,ContextWindowFrequencyDeterminer,FrequencyCachingDeterminerDecorator,ListBasedBooleanDocumentFrequencyDeterminer,SimpleFrequencyCachingDeterminerDecorator
public interface FrequencyDeterminerDetermines the frequencies of words and word sub sets of a given word set.- Author:
- m.roeder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountedSubsets[]determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)Returns the frequencies of words and word sub sets of the given word sets.
-
-
-
Method Detail
-
determineCounts
CountedSubsets[] determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)
Returns the frequencies of words and word sub sets of the given word sets.- Parameters:
wordsets-definitions-- Returns:
-
-