Closed gianfrasoft closed 5 years ago
When I remove the second category everything works fine. The two rules seem to conflict.
Hi there, yes that looks like an issue in the matcher
I’ll review tonight and see what’s happening
K
On 28 Mar 2019, at 09:07, Gianfranco notifications@github.com wrote:
We are trying to make this code work:
_ STOPWORD SEPARATOR1 but when we send the input hello STOPWORD the response is: Hello STOPWORD SEPARATOR1 I think it should be: Hello SEPARATOR1
Version of Python: 3 Operating System ( inc Version ): Ubuntu 16 Sanic — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Found the problem. How urgent is fix as I could get a release by Monday or just roll it into the next release in a week or so
By next week it would be great for me, but... No problem!
Anyway, thanks for your time!!!
New version pushed to master with single fix for this issue. Let me know how you get on
Just pull the file from master
Great! Thank you.
We are trying to make this code work:
but when we send the input hello STOPWORD the response is: Hello STOPWORD SEPARATOR1 I think it should be: Hello SEPARATOR1