fbilhaut/gliclass-rs
GLiClass inferences in Rust
This project helps you quickly categorize text without needing to train a specific model. You provide a piece of text and a list of possible categories, and it tells you which category the text best fits into. It's ideal for data analysts, content managers, or anyone needing to sort textual information efficiently.
No commits in the last 6 months.
Use this if you need to rapidly classify text into predefined topics or determine sentiment without extensive model training.
Not ideal if you require highly specialized, nuanced classification where zero-shot methods aren't sufficient, or if your primary task is named entity recognition.
Stars
11
Forks
1
Language
Rust
License
Apache-2.0
Category
Last pushed
Sep 25, 2025
Monthly downloads
19
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/fbilhaut/gliclass-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...