diff --git a/sounder/sounder.py b/sounder/sounder.py index 1b86cf7..117a9b2 100644 --- a/sounder/sounder.py +++ b/sounder/sounder.py @@ -32,11 +32,11 @@ def get_reserved_sub_words(): "what", "where", "which", "how", "when", "who", "is", "are", "makes", "made", "make", "did", "do", "to", "the", "of", "from", "against", "and", "or", - "you", "me", "we", "us", "your", "my", "mine", 'yours', + "you", "me", "we", "us", "your", "my", "mine", "yours", "could", "would", "may", "might", "let", "possibly", - 'tell', "give", "told", "gave", "know", "knew", - 'a', 'am', 'an', 'i', 'like', 'has', 'have', 'need', - 'will', 'be', "this", 'that', "for" + "tell", "give", "told", "gave", "know", "knew", + "a", "am", "an", "i", "like", "has", "have", "need", + "will", "be", "this", "that", "for" } def filter(self, query, reserved_sub_words=None):