Fixes the way we process a description and produce a Set
of words called a dictionary.
Specifically, adds now the words in uppercase mode only.
Else, there will be a mix of uppercase and lower case
letters, that is both 'a' and 'A' which destroys the
computation of probabilities.
Fixes the way we process a description and produce a Set of words called a dictionary.
Specifically, adds now the words in uppercase mode only. Else, there will be a mix of uppercase and lower case letters, that is both 'a' and 'A' which destroys the computation of probabilities.