bosonnlp

Crates.iobosonnlp
lib.rsbosonnlp
version0.10.3
sourcesrc
created_at2016-02-29 08:14:54.211972
updated_at2021-01-06 02:20:22.973883
descriptionBosonNLP SDK for Rust
homepagehttps://github.com/messense/bosonnlp-rs
repositoryhttps://github.com/messense/bosonnlp-rs
max_upload_size
id4334
size37,902
messense (messense)

documentation

README

bosonnlp-rs

Build Status Coverage Status Crates.io docs.rs

BosonNLP SDK for Rust

Installation

Add it to your Cargo.toml:

[dependencies]
bosonnlp = "0.10"

Add extern crate bosonnlp to your crate root and your're good to go!

Build

$ cargo build --release

Test

First you need to export a shell variable called BOSON_API_TOKEN and then run:

$ cargo test

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Commit count: 101

cargo fmt