-
Notifications
You must be signed in to change notification settings - Fork 135
Tutorial Langauge Grammar Manipulation
Keith Sterling edited this page Nov 9, 2017
·
7 revisions
- normalize
- denormalize
- person
- person2
- gender
<category>
<pattern>HELLO *</pattern>
<template>
<normalize><star /></normalize>
</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?
>>> XXX
YYY
<category>
<pattern>HELLO *</pattern>
<template>
<denormalize><star /></denormalize>
</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?
>>> XXX
YYY
<category>
<pattern>HELLO *</pattern>
<template>
<person><star /></person>
</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?
>>> XXX
YYY
<category>
<pattern>HELLO *</pattern>
<template>
<person2><star /></person2>
</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?
>>> XXX
YYY
<category>
<pattern>HELLO *</pattern>
<template>
<gender><star /></gender>
</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?
>>> XXX
YYY
Back to Tutorial | Back - Text Translation | Next - List Processing
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