Adrien Ball
Adrien Ball
Hi @haukeFCE , You have two options: 1. If you already know which intent you are going to receive from the user, and you only want to extract the slots,...
Could you please provide the code you are using to load the JSON? We can't help you without that.
I can't reproduce but anyway it's not related to Snips NLU, if the json library can't load your json file it means that it's not a valid json. I suggest...
This issue seems to be windows specific. This stackoverflow issue may help: https://stackoverflow.com/questions/16573332/jsondecodeerror-expecting-value-line-1-column-1-char-0
@DieseKartoffel What you want to do in that case is create a specific *elicitation* intent (on top of the main intent) which would cover formulations used by the user to...
Hi @Birne94 , Thanks for reporting this. I am not sure that the increase of memory that you see is caused by the snips-nlu library directly. My guess, but that...
Hi @Emekaborisama , That is a legitimate request indeed. We will try to allocate some time for this. Are you looking for example use cases that would help you understand...
Hi @demirhere, Which version of `snips_nlu` are you using ? You should make sure you are using the latest version by running `pip install --upgrade snips-nlu`. The assistant gets retrained...
Hi @DamonBlais , I think the `sudo` in `sudo pip3 install snips-nlu` may be causing the issue. Can you try running this command without the `sudo`? (If you are using...
Hey @ak-nv , Can you confirm that you have enough space left on your device? Thanks