Write a function that takes a string and compares every word in the string with a given dict. The given dict looks something like `bad_word = {'Monster' : 5, 'Thief' : 3.6, 'Money' : 1}` Add all scores, assuming 0 for missing words, and return the sum