Skip to content

snipsco/snips-nlu-language-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

python -m snips_nlu download [language]

Or simply:

snips-nlu download [language]