bosonnlp 0.2.5

BosonNLP SDK for Rust
docs.rs failed to build bosonnlp-0.2.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bosonnlp-0.10.3

bosonnlp-rs

Build Status Coverage Status Crates.io Clippy Linting Result

BosonNLP SDK for Rust

Installation

Add it to your Cargo.toml:

[dependencies]
bosonnlp = "0.2"

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

Documentation

For BosonNLP REST API documentation, please visit http://docs.bosonnlp.com/index.html

To generate crate documentation locally, run:

$ cargo doc

Then you will be able to open the documentation under target/doc/bosonnlp directory.

Wait, of course you can read it online.

License

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