Takes a list of words and increases the frequency of use only if the word is spelled correctly
You must first add words with buildList for this to work it does not add new words to the list.
See Implementation
Takes a list of words and increases the frequency of use only if the word is spelled correctly
You must first add words with buildList for this to work it does not add new words to the list.