aichaos / rivescript-java

A RiveScript interpreter for Java. RiveScript is a scripting language for chatterbots.
http://www.rivescript.com
MIT License
64 stars 38 forks source link

Wildcards in optionals are matched (which should not be) #42

Closed marceloverdijk closed 7 years ago

marceloverdijk commented 7 years ago
+ my favorite [_] is *
- Why is it <star1>?

+ i have [#] questions about *
- Well I don't have any answers about <star1>.

Input: my favorite color is red Expected: Why is it red? Actual: Why is it color?

Input: i have 2 questions about bots Expected :Well I don't have any answers about bots. Actual: Well I don't have any answers about 2.