Class HighFrequencyDictionaryFactory


  • public class HighFrequencyDictionaryFactory
    extends DictionaryFactory
    Factory for HighFrequencyDictionary
    • Field Detail

      • THRESHOLD_TOKEN_FREQUENCY

        public static final String THRESHOLD_TOKEN_FREQUENCY
        Minimum frequency of terms to consider when building the dictionary.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HighFrequencyDictionaryFactory

        public HighFrequencyDictionaryFactory()
    • Method Detail