https://github.com/ovoshatchery/ovos-fallback-learn
WIP - learn answer fallback
https://github.com/ovoshatchery/ovos-fallback-learn
Last synced: 10 months ago
JSON representation
WIP - learn answer fallback
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-fallback-learn
- Owner: OVOSHatchery
- Created: 2018-01-10T16:31:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T21:41:40.000Z (over 2 years ago)
- Last Synced: 2025-06-22T19:08:02.283Z (about 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn fallback
learning skill, capture all intent_failure utterances into a database
creates .intent and .dialog files with answers and registers padatious intents for learned answers
# Usage
- time to learn -> check for utterances in db and ask you for a correct answer
- update learned things -> (re)register utterances with answers
- answer of {question} is {answer} -> create question.intent with question and question.dialog with answer, register padatious intent
- {value} is an example of {entity} -> add value to, and register "entity".entity
- on every fallback -> passive capture of all answers