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..

Match concepts of sequences
 
 

Hi,

I want to match the input sentence

How can I get out?

Using

:prepare

on that sentence I realized it detects the sequence

+get_out(4-5)

Now executing

:concepts get_out

is listing the concept

~moving_escape

, which seems close to what I want to match.

However, the input is not matched by

u: (~moving_escape

What can I do to match concepts of sequences?

 

 
  [ # 1 ]

Well, your pattern is just fine. And if you go to the ~moving_escape concept and try all of the things it lists, they all work for me.  But “get out” is not one of the choices.  But if one does “:up get_out” or :concepts get_out, you do see it. So there is something strange there I will ahve to debug

 

 
  [ # 2 ]

Ok, thank you again Bruce!

I didn’t know it is possible to list all members of a concept.

How do you do that?

 

 
  [ # 3 ]

:down ~concept 100   would do it.

 

 
  login or register to react