-
Notifications
You must be signed in to change notification settings - Fork 135
Config_Bot_Sentence
Keith Sterling edited this page Feb 21, 2019
·
3 revisions
This features allows you to control how sentences are split when initially read by the bot and how they are combined to display the final output.
Both of these are optional settings, and if you don't use them, the system reverts to defaults of splitting on basic English punctuation .,;:?! etc and joins sentences with fullstop
bot:
splitter:
classname: programy.dialog.splitter.regex.RegexSentenceSplitter
- classname - Python class that handles the splitting of sentences
bot:
joiner:
classname: programy.dialog.joiner.SentenceJoiner
- classname - Python class that handles the joining of senttences
For more information see Sentence Splitting
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