snipsco / snips-nlu-parsers

Rust crate for entity parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snips NLU Parsers

image

image

This Rust crate provides APIs to extract entities in the context of a Natural Language Understanding (NLU) task.

A Python wrapper is also available.

Installation

Add this to your Cargo.toml:

[dependencies]
snips-nlu-parsers = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.1.0" }

Usage

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust crate for entity parsing

License:Other


Languages

Language:Rust 68.7%Language:Python 30.1%Language:Shell 1.2%