This repository contains language specific resources that are required by the Snips NLU library.
The way resources are packaged is largely inspired from spaCy.
Install the Snips NLU library with pip install snips-nlu
and then run one of the following commands to fetch the language resources:
python -m snips_nlu download [language]
Or simply:
snips-nlu download [language]