Aljutor/yurki
Fast NLP tools for Python
This project helps Python developers process large amounts of text data much faster using regular expressions. It takes a list of strings and a regex pattern, then performs operations like finding, matching, capturing, splitting, or replacing text elements. It's designed for developers building applications that require high-speed text manipulation and analysis.
No commits in the last 6 months.
Use this if you are a Python developer dealing with extensive text datasets and need to significantly accelerate your regular expression operations.
Not ideal if you are working with small datasets where the overhead of parallel processing might negate performance benefits, or if you are not comfortable with a raw development project that may be unstable.
Stars
9
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Jun 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Aljutor/yurki"
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...