I was hoping to use <set> as a way to anticipate synonyms. For example, the following pattern would be a match for all values in the yes.set file {yeah, yah, y, yep}
<category>
<pattern><set>yes</set></pattern>
<that>ANYTHING ELSE</that>
However, this doesn’t work. I get a response that interprets my input with the word INTERJECTION instead of a “yes.”
This seems like an appropriate use of <set> from examples (e.g. if I created colors.set with a bunch of colors, one of those colors as an input should come up as a match.)
But I’m not getting the expected behavior. Am I doing something wrong with this application of <set>?
Should I create <srai>YES</srai> categories instead? If so, what’s the difference?