赞
踩
1 在centos上安装
conda install libgcc
sudo apt-get install g++
pip install git+https://github.com/mit-nlp/MITIE.git
2 安装numpy,需要安装python-devel
再安装需要的库
3 yum install lsof 查看端口号占用进程
lsof -i:5000
4 训练模型
python -m rasa_nlu.train -c sample_configs/config_jieba_mitie_sklearn.json
config_jieba_mitie_sklearn.json 表明数据位置,数据处理方式,pipeline等
启动服务:
python -m rasa_nlu.server -c sample_configs/config_jieba_mitie_sklearn.json
利用tmux新开窗口
ctrl+B C新窗口
数字切换
[ 滚动
&删除
5 测试数据
curl -XPOST localhost:5000/parse -d '{"q":"我发烧了该吃什么药?", "project": "rasa_nlu_test", "model": "model_20170921-170911"}' | python -mjson.tool |ascii2uni -a -U -q
project:为models下名字default
ascii2uni:解决显示编码问题
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。