Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 395 Bytes

Dialog Manager for WeatherBot

功能

基于 Rasa Core 为 WeatherBot 提供对话管理的功能。

Python

python >= 3.5

安装依赖

pip install -r requirements.txt

训练模型

./train_CORE.bash

启动服务

./run_server.bash

TODO

  • 使用更加 Robust 的对话管理方案,目前的方案无法处理意图切换等复杂场景.