You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

snips-nlu-utils

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snips-nlu-utils

Python wrapper of the snips-nlu-utils Rust crate

0.9.1
pipPyPI
Maintainers
2

Snips NLU utils Python wrapper

.. image:: https://travis-ci.org/snipsco/snips-nlu-utils.svg?branch=master :target: https://travis-ci.org/snipsco/snips-nlu-utils

.. image:: https://img.shields.io/pypi/v/snips-nlu-utils.svg?branch=master :target: https://pypi.python.org/pypi/snips-nlu-utils

.. image:: https://img.shields.io/pypi/pyversions/snips-nlu-utils.svg?branch=master :target: https://pypi.python.org/pypi/snips-nlu-utils

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts