Closed koaning closed 3 years ago
We should only annotate entities int markdown in case they have a start
and end
key. So basically adding a filter here:
https://github.com/RasaHQ/rasa/blob/bad415fa8374230393840fcc5e7132d4ec0e63bb/rasa/nlu/training_data/formats/markdown.py#L325
Best to also check the json dumper
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.
This issue is not fixed, sources: https://github.com/RasaHQ/rasa/blob/b555a5d49bb4d5787fa9e18aa8bc1783cb62a1a2/rasa/shared/nlu/training_data/formats/readerwriter.py#L89
closing as duplicate of https://github.com/RasaHQ/rasa/issues/8114
Rasa version:
Python version:
Operating system (windows, osx, ...):
Issue:
I have a custom component that detects "bad words". The word
shit
is one of them.It is causing errors inside of rasa when called via
rasa interactive
This gets fixed if you change the
process
method of the component.