snips-nlu icon indicating copy to clipboard operation
snips-nlu copied to clipboard

Snips Python library to extract meaning from text

Results 68 snips-nlu issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using "next hour" in a sentence does not return a `TimeInterval` slot like "next one hour" does. This is true when using `snips/datetime` or `snips/timePeriod`. The following...

bug

Hello, when I try to download a language resource on a machine running windows 10 with python 3.8.3 installed using either `snips-nlu download es` or `python -m snips_nlu download es`...

question

For the german language "Um 8 Uhr" (at 8 o'clock), snips always recognizes the datetime as pm. "Um 8 Uhr" should be recognized as am and "Um 20 Uhr" as...

bug

After assembling a small dataset (40 utterances, 4 entities) and trying to train, the script finishes fitting the intent parser relatively quickly but then gets stuck on slot filling. After...

bug

Hello, I am trying to use snip-nlu in an unfamiliar fashion , i am trying to use it as an entity extraction tool. My reason behind this is that a...

question

**Describe the bug** ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorMessage { msg: "example: \"a última hora de la mañana\" matched no rule" }', src/libcore/result.rs:1165:5 note:...

bug

[datasetyaml.txt](https://github.com/snipsco/snips-nlu/files/4069360/datasetyaml.txt) [datasetjson.txt](https://github.com/snipsco/snips-nlu/files/4069361/datasetjson.txt) **Error:** **The yaml files and Json files uploaded as txt. I created the json just as told in tutorial. From the yaml in the example itself.** Traceback (most...

question

I've been reading through all the issues I could find and the two most notable findings are: - [use cross-val-metrics](https://github.com/snipsco/snips-nlu/issues/584#issuecomment-475273509) - [intent very close to an existing one](https://github.com/snipsco/snips-nlu/issues/546#issuecomment-377477783) That said,...

question

**Description** I have an intent named "flight" as in the docs with clear utterances. The result of the parsed input returns empty with low probability rate even when the questioned...

bug

**Question** Is there a way to specify a timezone when using snips for predictions? I'm currently trying to test out cases where snips may be running on a server using...

question