Chatette
Chatette copied to clipboard
A powerful dataset generator for Rasa NLU, inspired by Chatito
As discussed in https://github.com/SimGus/Chatette/issues/48 List of added functionalities: - Entities Roles and Groups with chatette annotation format. For example ``` I want to go from @[place]("role": "departure", "group": "airport") to...
Hi, Is there any plans to implement adapter to generate data in YAML format? Rasa 3.x version does not support markdown format and supports only YAML. https://rasa.com/docs/rasa/training-data-format  Support for...
I just wondering whether this tool support chinese corpus. For example, do i suppose to use Jieba or other chinese tokenizer ? And is there interface reserved for chinese tokenizer......
Managed to work on Snips NLU adapter { "entities": { "device": { "automatically_extensible": true, "data": [ { "synonyms": [ "airconditioner" ], "value": "airconditioner" }, { "synonyms": [ "fan" ], "value":...
Hello, thanks for your work. I've been using chatette until recently. I want to know whether you have plan to support the new [Rasa's entities roles and groups](https://rasa.com/docs/rasa/nlu/entity-extraction/#entities-roles-and-groups) since it's...
Hi, first many thanks for this awesome project, we are using it intensively in our chatbot. The thing is that we have a very big number of examples, making the...
Hi all, is there a way for generating inline entity values for synonyms within intents? like: ``` ## intent:my_intent - Can you give me the available for [DataManagement]{"entity": "code", "value":...
Hello everyone, If I define: ``` ~[greet] ooh [hi|hello?/70] chatette community ! ``` It will eather generate: "ooh chatette community" with 50% chance "ooh hello chatette community" with 50% *...
Question about usage of argument: https://github.com/SimGus/Chatette/wiki/Generation-modifiers#argument Example was provided in link: ``` ~[greetings$NAME] Hi $NAME Hello $NAME! ``` I would like to use instead of $NAME another alias: ``` ~[NAME]...
Hello, Thanks for open-sourcing this great proj! I encounter that Chatette is very slow when alias has large number of candidates even when the training example needed is set to...