19 releases

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

#253 in Text processing

Download history 378/week @ 2022-12-01 416/week @ 2022-12-08 347/week @ 2022-12-15 284/week @ 2022-12-22 164/week @ 2022-12-29 1018/week @ 2023-01-05 527/week @ 2023-01-12 379/week @ 2023-01-19 181/week @ 2023-01-26 365/week @ 2023-02-02 221/week @ 2023-02-09 277/week @ 2023-02-16 293/week @ 2023-02-23 171/week @ 2023-03-02 145/week @ 2023-03-09 206/week @ 2023-03-16

864 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 366 SLoC // 0.1% comments Python 343 SLoC // 0.2% comments Perl 42 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.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