Can you support utf-8?

1.]{“entity”: “invoice_type”, “value”: “\u589e\u503c\u7a0e\u4e13\u7528\u53d1\u7968”}

the “value” shows not right,can you help me?

2.when using interactive mode,it all happen this

[XXX]{“entity”: “invoice_type”, “value”: “\u589e\u503c\u7a0e\u4e13\u7528\u53d1\u7968”}XXX

(I used synonym)

the same word appear twice,how to handle this problem?

3.last question:

python3.7/site-packages/rasa/core/training/interactive.py", line 256, in format_bot_output output += "\nAttachment: " + data.get(“attachment”) TypeError: can only concatenate str (not “dict”) to str

interactive mode fail

Thank you very much!

1 Like

Hi @almighty.

  1. Can you share what you expect the “value” to show?
  2. Can you share a screenshot of what you did before this problem? What do you mean by “the same word appear twice”?
  3. Can you share a screenshot of what happened before the error?