Hello
I’m making an AIML interpreter and have a question. Let’s say user input is “What are you doing”, which would be the matched pattern? Why?
<pattern>WHAT ARE * DOING</pattern><template>I am ok.</template>
<pattern>WHAT * YOU DOING</pattern><template>I am ok.</template>
Thank you.
(patterns and templates are example)