Rust library for NLU utils with wrappers in other languages.
Add it to your Cargo.toml:
[dependencies]
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", branch = "master" }Add extern crate snips_nlu_utils to your crate root and you are good to go!
See the README of the python wrapper for installation instruction.