25 releases

Uses old Rust 2015

0.10.3 Jan 6, 2021
0.10.2 Dec 31, 2019
0.10.1 Nov 22, 2018
0.9.0 Mar 23, 2018
0.2.4 Mar 17, 2016

#1360 in Machine learning

MIT license

35KB
577 lines

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.

Dependencies

~5–17MB
~236K SLoC