-
Notifications
You must be signed in to change notification settings - Fork 135
Tutorial Text Translation
Keith Sterling edited this page Oct 3, 2017
·
9 revisions
<category>
<pattern>HELLO *</pattern>
<template>
<lowercase><star /></lowercase>
</template>
</category>
<category>
<pattern>MY SURNAME IS *</pattern>
<template>
Hello Mr <uppercase><star /></uppercase>
</template>
</category>
<category>
<pattern>Create a sentence with the word *</pattern>
<template>
<sentence>HAVE you Heard ABouT <star/></sentence>
</template>
</category>
<category>
<pattern>MY NAME IS * * </pattern>
<template>
Hello Mr <formal><star /></formal> <formal><star index="2"/></formal>
</template>
</category>
Back to Tutorial | Back - Conversations | Next - Grammar Manipulation
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