Class WordDictionaryGenerator


  • public class WordDictionaryGenerator
    extends Object
    This will generate a word dictionary from a TrainingCorpus : this will detect different word in training corpus and try to filter out words : match lower/upper case words, filter on a BaseWordDictionary, exclude low count words, etc.