-
Updated
Oct 22, 2020 - Python
rasa
Here are 275 public repositories matching this topic...
-
Updated
Jun 5, 2019 - Python
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Oct 10, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Jun 21, 2020 - Python
-
Updated
Aug 21, 2019 - Python
-
Updated
Oct 1, 2020 - Python
Users misspell things. Having spell-check and synonyms helps a lot, but doesn't catch everything.
One solution would be to use the python metaphone package's implementation of the Double Metaphone algorithm.
At component train time, it could look at the normal entity lists, find the DM representation of all the synonyms, and store them.
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Python
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Jul 6, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Dec 17, 2018 - Python
Code here was demonstration of article in Analytics Vidhya, written in 2017. Over time RASA APIs have changed. So need to update code accordingly.
-
Updated
Sep 16, 2018 - Python
Benchmarking Results
We want to add a portion to the documentation where people can share some results of the tools in this library. We'll gladly link to any blogpost/github project as well but we'd love to hear/list in which scenarios our tools make a difference.
Anybody with results is free to ping @koaning here.
-
Updated
Oct 7, 2020 - Python
Improve this page
Add a description, image, and links to the rasa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rasa topic, visit your repo's landing page and select "manage topics."


Describe the bug
Cannot use 'cp' command while installing it on Windows.
It is needed to replace 'cp' with 'copy' in scripts written in
package.jsonif an user wants to install botfront on Windows machine.To Reproduce
Steps to reproduce the behavior:
meteor npm installin Windows Powershell.Expected behavior