You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -XPOST localhost:5000/parse -d '{"q":"我发烧了该吃什么药?", "project": "default", "model": "model_20171030-153135"}' | python -mjson.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 161 0 67 100 94 12 17 0:00:05 0:00:05 --:--:-- 0
{
"error": "'NoneType' object has no attribute '_formatter_parser'"
}
The text was updated successfully, but these errors were encountered:
@Jonathan-Wei rasa_nlu does not support Chinese, that's why I have this fork repository rasa_nlu_chi. I merged rasa_nlu updates into rasa_nlu_chi so the problem should be solved for this repository.
Hello.你好!@crownpku
我这边按照你的文章的步骤依次执行,还有下载了百度盘中训练好的total_word_feature_extractor_zh.dat,但是我执行测试的时候却报了下面这个错误,能帮忙看下么?3q
curl -XPOST localhost:5000/parse -d '{"q":"我发烧了该吃什么药?", "project": "default", "model": "model_20171030-153135"}' | python -mjson.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 161 0 67 100 94 12 17 0:00:05 0:00:05 --:--:-- 0
{
"error": "'NoneType' object has no attribute '_formatter_parser'"
}
The text was updated successfully, but these errors were encountered: