Rasa_NLU_Chi icon indicating copy to clipboard operation
Rasa_NLU_Chi copied to clipboard

为什么使用中文的时候就没有intent,一直显示"confidence": 1.0, "name": "None"

Open maolinHu opened this issue 8 years ago • 0 comments

Rasa NLU version (e.g. 0.7.3):

Used backend / pipeline (mitie, spacy_sklearn, ...):

Operating system (windows, osx, ...):

Issue:

Content of configuration file (if used & relevant):


请问问什么使用curl -XPOST localhost:5000/parse -d '{"q":"hi", "project": "model_20171219-224636", "model": "model_20171219-224636"}' | python -mjson.tool就可以识别到 { "entities": [], "intent": { "confidence": 1.0, "name": "greet" }, "text": "hi" } 而在使用curl -XPOST localhost:5000/parse -d '{"q":"感冒了应该怎么办", "project": "model_20171219-224636", "model": "model_20171219-224636"}' | python -mjson.tool就一直显示 { "entities": [], "intent": { "confidence": 1.0, "name": "None" }, "text": "\u611f\u5192\u4e86\u5e94\u8be5\u600e\u4e48\u529e" }

maolinHu avatar Dec 19 '17 08:12 maolinHu