Match a set of words to another set of words.
A set of words.
A set of words to compare against.
If all of the words in the needle words have a match in the haystack, return true; otherwise return false.
Match a set of words to another set of words.