21 releases

0.7.6 Jan 10, 2023
0.7.0 Feb 7, 2022
0.6.0 Jun 30, 2021
0.5.2 Jan 16, 2021
0.1.0 Jan 23, 2018

#736 in Text processing

Download history 330/week @ 2022-12-03 423/week @ 2022-12-10 329/week @ 2022-12-17 254/week @ 2022-12-24 248/week @ 2022-12-31 1115/week @ 2023-01-07 407/week @ 2023-01-14 328/week @ 2023-01-21 280/week @ 2023-01-28 282/week @ 2023-02-04 252/week @ 2023-02-11 279/week @ 2023-02-18 272/week @ 2023-02-25 180/week @ 2023-03-04 127/week @ 2023-03-11 209/week @ 2023-03-18

829 downloads per month
Used in 3 crates (via fasttext)

MIT license

185KB
5K SLoC

C++ 4K SLoC // 0.0% comments Shell 367 SLoC // 0.1% comments Python 344 SLoC // 0.2% comments Rust 335 SLoC // 0.0% comments Perl 43 SLoC // 0.2% comments

fasttext-rs

Build Status codecov Crates.io docs.rs

fastText Rust binding

Installation

Add it to your Cargo.toml:

[dependencies]
fasttext = "0.6"

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

~145KB