21 releases

0.7.8 Sep 11, 2023
0.7.6 Jan 10, 2023
0.7.0 Feb 7, 2022
0.6.0 Jun 30, 2021
0.1.0 Jan 23, 2018

#87 in Machine learning

Download history 305/week @ 2024-03-10 274/week @ 2024-03-17 274/week @ 2024-03-24 220/week @ 2024-03-31 192/week @ 2024-04-07 112/week @ 2024-04-14 43/week @ 2024-04-21 39/week @ 2024-04-28 46/week @ 2024-05-05 63/week @ 2024-05-12 50/week @ 2024-05-19 169/week @ 2024-05-26 181/week @ 2024-06-02 115/week @ 2024-06-09 131/week @ 2024-06-16 119/week @ 2024-06-23

550 downloads per month
Used in 2 crates

MIT license

6MB
6K SLoC

C++ 4K SLoC // 0.0% comments Rust 1K SLoC // 0.0% comments Shell 367 SLoC // 0.1% comments Python 343 SLoC // 0.2% comments Perl 42 SLoC // 0.2% comments Forge Config 1 SLoC

fasttext-rs

Build Status codecov Crates.io docs.rs

fastText Rust binding

Installation

Add it to your Cargo.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 file.

Dependencies