This library is a wrapper of a Rust NLU utils library, which is used by Snips NLU
On linux and OSX, you can install this package easily using pip:
pip install snips-nlu-utilsFor the other platforms, you will install the package from a source distribution
containing some rust code, hence rust must be installed on your machine:
To install Rust, run the following in your terminal, then follow the onscreen instructions:
curl https://sh.rustup.rs -sSf | shYou will also need the python lib setuptools_rust:
pip install setuptools_rustFinally, you can install snips-nlu-utils using pip as before:
pip install snips-nlu-utils