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

Language resources for the Snips Natural Language Understanding (NLU)

Snips NLU language resources

This repository contains language specific resources that are required by the Snips NLU_ library.

The way resources are packaged is largely inspired from spaCy_.

Usage

Install the Snips NLU_ library with pip install snips-nlu and then run one of the following commands to fetch the language resources:

.. code-block:: sh

python -m snips_nlu download [language]

Or simply:

.. code-block:: sh

snips-nlu download [language]

.. _Snips NLU: https://github.com/snipsco/snips-nlu .. _spacy: https://github.com/explosion/spaCy-models