Hi guys,
I found a potential issue. With my bot, I was working on adding some ! sub entries to cater for spelling mistakes, and the weird IRC type language (hru ==> how are you) and so on. I was doing some testing, and realized some rules were not triggering. Consider the following :-
! sub one = two
+ test one
- you said one
The trigger test one will never trigger.
In a knowledge base of a few thousand entries, this can be a problem. I’m busy putting a script together to mass change this, but I would imagine that RiveScript should have some support for this already.
Any thoughts on the matter?