Class WordFrequency

java.lang.Object
de.hdm_stuttgart.mi.sd1.textstat.WordFrequency

public class WordFrequency extends Object
A helper class to account for frequencies of words found in textual input.
  • Field Details

    • word

      public final String word
      The frequency of this word will be counted.
  • Constructor Details

    • WordFrequency

      public WordFrequency(String word)
      Parameters:
      word - The immutable value. Has to be non-null.
  • Method Details