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

#193 in Text processing

Download history 210/week @ 2024-11-17 501/week @ 2024-11-24 482/week @ 2024-12-01 403/week @ 2024-12-08 980/week @ 2024-12-15 214/week @ 2024-12-22 407/week @ 2024-12-29 3390/week @ 2025-01-05 26395/week @ 2025-01-12 2346/week @ 2025-01-19 1391/week @ 2025-01-26 1826/week @ 2025-02-02 1752/week @ 2025-02-09 1635/week @ 2025-02-16 2445/week @ 2025-02-23 2835/week @ 2025-03-02

8,906 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