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