Warning: This document is for an old version of rasa NLU. The latest version is 0.15.1.

Frequently Asked Questions

Does it run with python 3?

No, at the moment it does not. If you want to speed up the process we would be very happy to receive your contributions.

Which languages are supported?

There is a list containing all officialy supported languages here. Nevertheless, there are others working on adding more languages, feel free to have a look at the github issues section or the gitter chat.

Which version of rasa NLU am I running?

To find out which rasa version you are running, you can execute

python -c "import rasa_nlu; print rasa_nlu.__version__"

If you are using a virtual environment to run your python code, make sure you are using the correct python to execute the above code.

I have an issue, can you help me?

We’d love to help you. If you are unsure if your issue is related to your setup, you should state your problem in the gitter chat. If you found an issue with the framework, please file a report on github issues including all the information needed to reproduce the problem.