-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Rasa Entities Role and Groups #52
base: dev
Are you sure you want to change the base?
Conversation
added rasa YAML adapter
Rasa role group
Any chance for a Yml adapter soon? It would be a great feature!! |
Hello @tomgun132, thanks a lot for your changes! |
Hi @Bohemus307! Since yaml is a superset of json, the json adapter can actually be considered a yaml adapter (which is the reason I never made a "proper" one). However, if you think it would make sense to create a proper one and want to discuss it further, you can open an issue about this :) Cheers! |
I wasnt aware of that thank you SimGus. I haven't tried to use the JSON in rasa yet do I just add it to the nlu directory or do I need to add it to the config as a custom directory? |
It's been a while I haven't used Rasa, but unless they changed something you should be able to simply add the generated file to the nlu directory |
Hi @Bohemus307 @SimGus And also, yeah, you can put JSON file inside the NLU folder in your rasa training data directory and when you train, Rasa can detect whether the JSON format is the correct training data format or not. Though, it's easier to for human to read a yaml file than a json file. |
changed OrderedDict to ruamel.yaml CommentedMap
hi @SimGus, do you have any update on this? |
Hey @tomgun132, Any update on this branch? I really would like to use roles and groups with chatette, but it seems the option is not available yet. |
Hi @Atorpat
It will generate something like:
I haven't used Rasa in a while since my project has changed but I think the format hasn't changed that much so you can still use it as it is. |
Thanks a lot, Tom. yes, the format is still the same. |
As discussed in #48
List of added functionalities:
-a rasayml
or-a rasayaml