Takes a Range of words and adds them to the dictionary while at the same time increasing frequency of use.
This is similar to training the dictionary, but it assumes all words are spelled correctly.
See Implementation
Takes a Range of words and adds them to the dictionary while at the same time increasing frequency of use.
This is similar to training the dictionary, but it assumes all words are spelled correctly.