https://github.com/howl-anderson/weatherbot_nlu
https://github.com/howl-anderson/weatherbot_nlu
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/howl-anderson/weatherbot_nlu
- Owner: howl-anderson
- License: mit
- Created: 2018-10-05T10:16:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:55:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T21:47:01.541Z (9 months ago)
- Language: Makefile
- Size: 188 KB
- Stars: 19
- Watchers: 2
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NLU for WeatherBot
## 功能
基于 Rasa NLU 为 WeatherBot 提供 NLU 服务。## 依赖
python >= 3.5## 安装
```bash
pip install -r ./requirements.txt
```## 下载数据
从 [https://github.com/howl-anderson/MITIE_Chinese_Wikipedia_corpus](https://github.com/howl-anderson/MITIE_Chinese_Wikipedia_corpus/releases) 下载,解压缩后放置到 `data/total_word_feature_extractor.dat`## 训练模型
```bash
./train_NLU.bash
```## 启动服务
```bash
./run_server.bash
```## TODO
* 使用 [duckling](https://github.com/facebook/duckling) 做时间和日期的识别,效果将更加 Robust 和准确