talmago/fast_gliner
Python bindings to Inference engine for GLiNER models written in Rust
This tool helps data scientists and machine learning engineers quickly extract specific pieces of information from text. You provide text and define what you're looking for, and it identifies and pulls out relevant entities like names or organizations, classifies the text, or extracts structured data like contact information. It's designed for those who need fast and flexible text analysis for various applications.
Use this if you need to rapidly identify and extract custom entities, classify text, or pull structured information from large volumes of unstructured text data.
Not ideal if you prefer using traditional Python-only machine learning libraries or are working with extremely limited computational resources where even optimized inference might be too much.
Stars
9
Forks
—
Language
Rust
License
—
Category
Last pushed
Mar 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/talmago/fast_gliner"
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...