Metadata-Version: 2.0
Name: snips-nlu-utils
Version: 0.6.0
Summary: NLU utils library for Snips NLU
Home-page: UNKNOWN
Author: Adrien Ball
Author-email: adrien.ball@snips.ai
License: Apache 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: future (==0.16.0)

Snips NLU utils Python wrapper
==============================

This library is a wrapper of a Rust NLU utils library, which is used by Snips NLU

Installation
------------

-----------
Linux / OSX
-----------

On linux and OSX, you can install this package easily using pip:

.. code-block:: console

    pip install snips-nlu-utils


---------------
Other platforms
---------------

For 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:

.. code-block:: console

    curl https://sh.rustup.rs -sSf | sh


You will also need the python lib ``setuptools_rust``:

.. code-block:: console

    pip install setuptools_rust

Finally, you can install ``snips-nlu-utils`` using pip as before:

.. code-block:: console

    pip install snips-nlu-utils





