23 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

#608 in Text processing

Download history 143/week @ 2023-12-18 28/week @ 2023-12-25 107/week @ 2024-01-01 174/week @ 2024-01-08 166/week @ 2024-01-15 199/week @ 2024-01-22 72/week @ 2024-01-29 110/week @ 2024-02-05 143/week @ 2024-02-12 262/week @ 2024-02-19 262/week @ 2024-02-26 252/week @ 2024-03-04 295/week @ 2024-03-11 278/week @ 2024-03-18 292/week @ 2024-03-25 518/week @ 2024-04-01

1,399 downloads per month
Used in 3 crates (via fasttext)

MIT license

185KB
5K SLoC

C++ 4K SLoC // 0.0% comments Shell 368 SLoC // 0.1% comments Python 344 SLoC // 0.2% comments Rust 335 SLoC // 0.0% comments Perl 43 SLoC // 0.2% comments Forge Config 2 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

~175KB