rasa_nlu_chi实战

说实话,一波三折,大致记录一下过程:

1. 环境准备

我用了autokeras的docker镜像,理论上随便找一个干净的ubuntu + python3.6环境应该就可以了

2. 安装和编译

最终下载了官网的rasa,使用

git clone https://github.com/RasaHQ/rasa.git
cd rasa
pip install -r requirements.txt
pip install -e .

3. 安装MITIE

下载git上 rasa_nlu/MITIE项目,运行python setup.py install

4. 训练和排坑

https://jverson.com/ai/rasa_nlu_chi_demo.html

https://ptorch.com/news/243.html

上一篇:智能问答中的NLU意图识别流程梳理


下一篇:NLP应用场景和常用技术