Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
wiki:software:beuthbot:rasa [23.01.2020 10:29] Timo Bruns [Rasa NLU] |
wiki:software:beuthbot:rasa [24.01.2020 15:18] (aktuell) Abirathan Yogarajah |
||
---|---|---|---|
Zeile 99: | Zeile 99: | ||
rasa shell nlu –m models/ | rasa shell nlu –m models/ | ||
</ | </ | ||
+ | |||
+ | Running Duckling: | ||
+ | |||
+ | After using the command "rasa train nlu" a model is generated. When communicating with Rasa via the shell ("rasa shell nlu ...") the component " | ||
=== How to generate training datasets === | === How to generate training datasets === | ||
In this project we write training data in the form of JSON, because JSON offers the possibility to extract entities from a text message. For this purpose the data was generated with the tool | In this project we write training data in the form of JSON, because JSON offers the possibility to extract entities from a text message. For this purpose the data was generated with the tool | ||
+ | |||
+ | {{: | ||
=== Add new Model for Rasa-Container (Docker) === | === Add new Model for Rasa-Container (Docker) === | ||
Zeile 117: | Zeile 123: | ||
=== Installing === | === Installing === | ||
- | After the repository has been cloned and the prerequisites have been fulfilled, you can run the Docker-Compose-file. | + | After the repository has been cloned and the prerequisites have been fulfilled, you can run the Docker-Compose-file. The docker commands must be executed in the ' |
:!: FIXME FIXME FIXME | :!: FIXME FIXME FIXME | ||
< | < | ||
- | # build and start Rasa-NLU-Container | + | # build and start Containers |
docker-compose up | docker-compose up | ||
- | # stop and remove rasa-container, volumes, images and networks | + | # stop and remove rasa-containers, volumes, images and networks |
docker-compose down | docker-compose down | ||
Zeile 202: | Zeile 208: | ||
- https:// | - https:// | ||
- https:// | - https:// | ||
+ | <WRAP pagebreak></ |