-
Notifications
You must be signed in to change notification settings - Fork 135
Tutorial System Information
Keith Sterling edited this page Nov 9, 2017
·
6 revisions
There are a number of AIML tags which provide access to underlying system information, these include
- id - Gives the client id
- program - Gives the version of the Bot
- size - Returns the number of categories loaded
- vocabulary - Returns the total number of distinct words known by the bot
<category>
<pattern>Tell me you client id</pattern>
<template>
My clent id is <id />
</template>
</category>
Loading, please wait...
No bot root argument set, defaulting to [.]
Y-Bot version 0.0.1, initiated March 14, 2017
Hi, how can I help you today?
>>> Tell me you client id
My client id is Console
<category>
<pattern>VERSION INFO</pattern>
<template>
I am currently at version <program />
</template>
</category>
Loading, please wait...
No bot root argument set, defaulting to [.]
Y-Bot version 0.0.1, initiated March 14, 2017
Hi, how can I help you today?
>>> VERSION INFO
I am currently at version Y-Bot 0.0.1
<category>
<pattern>WHAT DO YOU KNOW</pattern>
<template>
My brain contains<size /> categories.
</template>
</category>
Loading, please wait...
No bot root argument set, defaulting to [.]
Y-Bot version 0.0.1, initiated March 14, 2017
Hi, how can I help you today?
>>> WHAT DO YOU KNOW
My brain contains 8268 categories.
<category>
<pattern>HOW BIG IS YOUR BRAIN</pattern>
<template>
I am able to recognize
<vocabulary/>
individual words.
</template>
</category>
Loading, please wait...
No bot root argument set, defaulting to [.]
Y-Bot version 0.0.1, initiated March 14, 2017
Hi, how can I help you today?
>>> HOW BIG IS YOUR BRAIN
I am able to recognize 35863 individual words
Email: [email protected] | Twitter: @keiffster | Facebook: keith.sterling | LinkedIn: keithsterling | My Blog
- Home
- Background
- Guiding Principles
- Reporting an Issue
- Installation
- You And Your Bot
- Bots
- Clients
- Configuration
- AIML
- Sentence Splitting
- Natural Langauge Processing
- Normalization
- Spelling
- Sentiment Analysis
- Translation
- Security
- Hot Reload
- Logging
- Out of Band
- Multi Language
- RDF Support
- Rich Media
- Asynchronous Events
- Triggers
- External Services
- Dynamic Sets, Maps & Vars
- Extensions
- Pre & Post Processors
- Custom Nodes
- The Brain Tree
- Utilities
- Building It Yourself
- Creating Your Own Bot
- Contributing
- Performance Testing
- FAQ
- History
- Website