Closed dantodor closed 7 years ago
Thanks for creating this issue! Let me try to help. Did you install the master brach? we've had some bugfixes recently so maybe git pull
to update will fix some of these already.
you're totally right - at the moment we do require numpy. See #55
will make it easier to debug configuration options. but I think updating your clone should fix this.
this looks like a naming clash. try replacing your json with '{"q":"I am looking for Chinese food"}'
- I will chase up and update the docs
see also issue #57
cool both PRs are merged. Please clone latest version and let me know how it goes! closing now
First of all, thanks for the great work! I'm by all means no Python expert, I just wanted to try how this server works, and have encountered several issues down the road, some I could solve them, some not ... So, from the beginning:
python -m rasa_nlu.train -c config.json -b mitie -d data/demo-rasa.json -p model
Despite the fact mitie is configured in config.json, if I'm missing that on the command line, trainer will throw error by picking 'keyword' and saying it's not implemented. The same for the rest of the parameters.{"error": "Invalid parse parameter specified"}
Command line is the advised one:curl -X POST -d '{"text":"I am looking for Chinese food"}' http://localhost:5000/parse
Can you please tell me what I'm doing wrong ? Where should I look for hints ?
Thanks a lot!