AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

set name=star
 
 

I’m still a bit confused about a statement like this:

pattern>_</pattern>
...
<
set name="star"><star /></set

the name-“star”, should this be interpreted as “*” or as a hardcoded ‘star’?

ex, if the input would be ‘hello’, does it do something like:

star hello;
or
hello hello
 

 
  [ # 1 ]

In that example, the NAME attribute of the <SET> tag should be as it is. After all, you’re setting the value to the same as the wildcard, so you don’t want to set the name to the same value. It should be “star = hello”, instead of “hello = hello”. smile

Not sure about the usefulness of that category, to be honest, but I’m sure someone, somewhere, had plans for it. wink

 

 
  [ # 2 ]

it’s in the ‘badanswer.aiml’.

 

 
  [ # 3 ]

Ah. That begins to make sense. Thanks, Jan. smile

 

 
  login or register to react