https://github.com/hsm207/rasa_sort_content
https://github.com/hsm207/rasa_sort_content
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hsm207/rasa_sort_content
- Owner: hsm207
- Created: 2021-11-03T20:36:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T07:50:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T11:16:32.893Z (9 months ago)
- Language: Dockerfile
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This project shows how to sort the content in rasa's yaml files# Prerequisities
* Python 3.8.12
* [Poetry](https://python-poetry.org/docs/#installation)
* [make](https://www.gnu.org/software/make/)# Usage
1. Run `make install`
2. Run `make NLU_FILE=/path/to/nlu.yml OUTPUT_FILE=/path/to/save/nlu_sorted.yml sort-intents`# Note
For help, run `make help`