Crates.io | bosonnlp |
lib.rs | bosonnlp |
version | 0.10.3 |
source | src |
created_at | 2016-02-29 08:14:54.211972 |
updated_at | 2021-01-06 02:20:22.973883 |
description | BosonNLP SDK for Rust |
homepage | https://github.com/messense/bosonnlp-rs |
repository | https://github.com/messense/bosonnlp-rs |
max_upload_size | |
id | 4334 |
size | 37,902 |
Add it to your Cargo.toml
:
[dependencies]
bosonnlp = "0.10"
Add extern crate bosonnlp
to your crate root and your're good to go!
$ cargo build --release
First you need to export a shell variable called BOSON_API_TOKEN
and then run:
$ cargo test
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.