edu.northwestern.at.wordhoard.model
Interface CanGetRelFreq

All Known Implementing Classes:
Corpus, Work, WorkPart

public interface CanGetRelFreq

An object which can compute relative word frequencies.


Method Summary
 float getRelFreq(int count)
          Gets the relative frequency of a word count.
 

Method Detail

getRelFreq

float getRelFreq(int count)
Gets the relative frequency of a word count.

Parameters:
count - Word count.
Returns:
10,000 times count / number of words in object.