💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Fixes encoding issues referenced in issue OSS-781 while running rasa data split nlu with entities containing non-english characters
Proposed changes:
Add ensure_ascii=False for json.dumps in TrainingDataWriter in order to properly encode non-ascii chatacters, e.g. Polish letters as referenced in issue OSS-781
Status (please check what you already did):
[ ] added some tests for the functionality
[ ] updated the documentation
[ ] updated the changelog (please check changelog for instructions)
[ ] reformat files using black (please check Readme for instructions)
Fixes encoding issues referenced in issue OSS-781 while running
rasa data split nlu
with entities containing non-english charactersProposed changes:
ensure_ascii=False
forjson.dumps
in TrainingDataWriter in order to properly encode non-ascii chatacters, e.g. Polish letters as referenced in issue OSS-781Status (please check what you already did):
black
(please check Readme for instructions)