Adrien Ball
Adrien Ball
Do you get this error in a systematic and reproducible way? It would be great if you could provide us with some steps, and/or code, that we can follow to...
I cannot reproduce locally. I'm running Python3.7.3, perhaps you could try to upgrade to this version. The error is raised from pathlib internal code, which indeed could suggest that something...
@Shotgun167 any update on this, have you tried with Python3.7.3 ? Do you run into this issue with other python versions like Python3.6 ? Thanks
Thanks @adam-ra , I'm reopening it then. I'll try to allocate some time soon to (re)-investigate. Essentially, the issue is that we rely on the [CRFSuite](http://www.chokkan.org/software/crfsuite/) C-library (wrapped in python...
Hi @rp4fx12 This is a limitation that we are aware of, and which should definitely be addressed. More generally, the objective would be to allow to specify a "time context",...
@Shotgun167 Being able to set a fix number of slots is indeed not possible at the moment, and would be valuable for use cases like the one you described where...
Hey @ffos , Indeed, locutions such as "for 7 tomorrow" or "for 7 on wednesday" are not resolved by our datetime parser as they are slightly too ambiguous. The following...
Interesting indeed. In parallel, another idea would be to enrich the `snips/number` builtin entity by adding a `precision` attribute, so that you have something like: ``` { "range": { "start":...
Hi @joolfe, Happy to read that you enjoy `snips-nlu`. Regarding your questions: > As in many other solution there are "agents" is a good aproach with snips have different models?...
Not that I'm aware of. For now, we have focused mostly on core NLU features, while optimizing accuracy, lightweightness and speed. I agree that having a ready to use python...