https://github.com/messense/bosonnlp-rs
BosonNLP SDK for Rust
https://github.com/messense/bosonnlp-rs
bosonnlp nlp sdk
Last synced: 11 months ago
JSON representation
BosonNLP SDK for Rust
- Host: GitHub
- URL: https://github.com/messense/bosonnlp-rs
- Owner: messense
- License: mit
- Created: 2016-02-28T15:07:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T02:19:41.000Z (over 5 years ago)
- Last Synced: 2025-04-15T03:37:57.177Z (about 1 year ago)
- Topics: bosonnlp, nlp, sdk
- Language: Rust
- Homepage: https://crates.io/crates/bosonnlp
- Size: 25.7 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bosonnlp-rs
[](https://travis-ci.org/messense/bosonnlp-rs)
[](https://coveralls.io/r/messense/bosonnlp-rs)
[](https://crates.io/crates/bosonnlp)
[](https://docs.rs/bosonnlp/)
[BosonNLP](http://bosonnlp.com) SDK for [Rust](http://rust-lang.org)
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
bosonnlp = "0.10"
```
Add ``extern crate bosonnlp`` to your crate root and your're good to go!
## Build
```bash
$ cargo build --release
```
## Test
First you need to export a shell variable called ``BOSON_API_TOKEN`` and then run:
```bash
$ cargo test
```
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.