It comprises all changes from the previous pull request:
support for Rasa 3.x
entity recognition added for Rasa 2.x and Rasa 3.x
adapted test case for Rasa 2.x and 3.x (intent and entity recognition)
a few small changes
New changes:
NLUdatasets can now be imported/exported in Rasa's yml- or json-format (write_data(..), load_data(..))
In any case I'd like to discuss with you the changes in general (e.g. approach for entity recognition) before we discuss the concrete details of this pull request.
This pull requests is a replacement of the previous pull request https://github.com/telekom/nlu-bridge/pull/10
It comprises all changes from the previous pull request:
New changes:
write_data(..)
,load_data(..)
)In any case I'd like to discuss with you the changes in general (e.g. approach for entity recognition) before we discuss the concrete details of this pull request.