Description
Currently, Yipper does a partial match on the given keyword.
This works for most cases, except when a common word is used, such as rein, and words like reinstall or reinforced are used in conversation.
To combat this problem, we should introduce a match mode.
Default will be the current behavior, where we just do partial matching.
The other mode will split the sentence into actual words and look for an exact match.
Description
Currently, Yipper does a partial match on the given keyword.
This works for most cases, except when a common word is used, such as
rein,and words likereinstallorreinforcedare used in conversation.To combat this problem, we should introduce a match mode.
Default will be the current behavior, where we just do partial matching.
The other mode will split the sentence into actual words and look for an exact match.