I am working with NLTK and I would like to find all sentences that include a given set of key words. For example, it is currently [x for x in tokenized_sent if \'key_w
[x for x in tokenized_sent if \'key_w