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

**The Bug** I seem to be getting a bad handshake error while trying to download the built-in entities. SLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)"),)) **To Reproduce** The error...

bug

Hi, people! I have python 3.8.6 and pip 22.0 installed on my Windows 10 machine. When I try to install Snips NLU via pip with command `pip install snips-nlu`, the...

question

Would I ask you what is the purpose of the noise file in language resources and how I can generate it for other language such as Turkish? Thank you.

question

**Describe the bug** ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies **To Reproduce** python -m venv snips_env source snips_env/bin/activate pip install snips-nlu **Expected behavior** No Error **Environment:** - OS: GNU/Linux - python...

bug

**Question** Hi friends In the deterministic and lookup intent parsers, we can define that we want to ignore the stop words Is it possible to do the same for the...

question

**Question** Hello I was wondering if it was possible to have for instance the follonwing pipeline { "unit_name": "deterministic_intent_parser", "ignore_stop_words": False , }, { "unit_name": "lookup_intent_parser", "ignore_stop_words": False }, {...

question

First, I ran the rust installer via `rustup`: ``` info: profile set to 'default' info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf' info: latest update on 2019-11-07, rust version 1.39.0 (4560ea788 2019-11-04)...

**Is it possible to find overlapping/nested entities?** > Search for two red balls with dots and the playing cards in an orange bucket I am new to `snips-nlu` so I'm...

question

Hi, Is there a plan to push an update for Python3.9 on all snips packages along with wheels on PyPI?

feature-request

**Description**: - I've been using it with Python 3.9 for a very long time without issues and it will be nice if it's availably in PyPI.