https://github.com/messense/fasttext-rs
fastText Rust binding
https://github.com/messense/fasttext-rs
fasttext nlp
Last synced: 6 months ago
JSON representation
fastText Rust binding
- Host: GitHub
- URL: https://github.com/messense/fasttext-rs
- Owner: messense
- License: other
- Created: 2018-01-18T04:08:07.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T08:41:31.000Z (over 1 year ago)
- Last Synced: 2025-04-09T19:20:03.520Z (6 months ago)
- Topics: fasttext, nlp
- Language: Rust
- Homepage:
- Size: 5.5 MB
- Stars: 59
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# fasttext-rs
[](https://travis-ci.org/messense/fasttext-rs)
[](https://codecov.io/gh/messense/fasttext-rs)
[](https://crates.io/crates/fasttext)
[](https://docs.rs/fasttext/)[fastText](https://github.com/facebookresearch/fastText) Rust binding
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
fasttext = "0.7"
```Add ``extern crate fasttext`` to your crate root and your're good to go!
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.