你知道机器人的自由,也提供免费的托管的 实时聊天 为自己的网站或移动应用程序?
Self, AIML, and scripting

pattern complexity self script

通过 Schrader 发布 Mar 16 2018, 4:53

Hi, I need to understand how patterns work in Self script.

For example:

I need to search a product code in my database, the user should write something like this in the chat:

"What is the firmware relearn of product" "ATtiny25 series 3"

                this is the ask                         this is parameter

In this scenarious the user can forget to write "this" in the ask part or maybe instead of writing "What is" the user write "What's" 

How I can cover every possibility words the user can write or omit ?

If I use a pattern like this: "What's What the firmware relearn of product" can I cover somehow all the words the user input ? or there is a more elegant way

to avoid failed respons from the bot ?

Thank you


by admin posted Mar 18 2018, 12:22
Patterns can take wildcards, optional, and sets of words.

i.e.
pattern "[what whats] (s) (the) firmware relearn (of) product"

or,

pattern "[what whats] * firmware relearn ^ product ^"

You can also define multiple patterns that have the same template or function target.

See,
https://www.botlibre.com/forum-post?id=15948

https://www.botlibre.com/manual-aiml.jsp
(patterns in Self and AIML are the same)

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 2880, today: 3, week: 9, month: 26

Id: 21354135
标签: self pattern
发布: Mar 16 2018, 4:53
更新: Mar 18 2018, 12:23
答复: 1
的风景: 2579, 今天: 3, 周: 6, 一个月: 23
0 0 0.0/5