messense/fasttext-rs
fastText Rust binding
This is a Rust programming library that provides an interface to the fastText machine learning library. It allows Rust developers to incorporate fastText's capabilities for efficient text classification and learning word representations directly into their Rust applications. Developers who need to build high-performance text processing features into their software will find this useful.
65 stars and 262,105 monthly downloads. No commits in the last 6 months.
Use this if you are a Rust developer looking to integrate fastText's text classification or word embedding functionalities directly into your Rust projects.
Not ideal if you are not a Rust developer or if you need a standalone application for text classification and do not intend to write code.
Stars
65
Forks
11
Language
Rust
License
—
Category
Last pushed
Jan 07, 2024
Monthly downloads
262,105
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/messense/fasttext-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PyThaiNLP/nlpo3
Thai natural language processing library in Rust, with Python and Node bindings.
forzagreen/n2words
Convert numerical numbers to written numbers, in 52+ languages.
greyblake/whatlang-rs
Natural language detection library for Rust. Try demo online: https://whatlang.org/
wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
pemistahl/lingua-rs
The most accurate natural language detection library for Rust, suitable for short text and...