crownpku / Rasa_NLU_Chi

Turn Chinese natural language into structured data 中文自然语言理解
Apache License 2.0
1.51k stars 422 forks source link

在测试时为啥这个是null无效的 #126

Open wxy0505 opened 1 year ago

wxy0505 commented 1 year ago

curl -XPOST localhost:5000/parse -d '{"q":"我感觉headache该吃什么药?", "project": "", "model": "model_20230318-133326"}' { "intent": { "name": null, "confidence": 1.0 }, "entities": [], "text": "我感觉headache该吃什么药?"