-
Updated
Aug 21, 2020 - Python
rasa
Here are 244 public repositories matching this topic...
-
Updated
Jun 5, 2019 - Python
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 21, 2020 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Aug 21, 2019 - Python
-
Updated
Jun 21, 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
Aug 16, 2020 - JavaScript
-
Updated
Aug 9, 2020 - Python
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Dec 17, 2018 - Python
-
Updated
Jul 30, 2020 - Python
-
Updated
Jul 6, 2020 - 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
-
Updated
Apr 11, 2020 - Python
-
Updated
Jun 21, 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