dluman/rusTy
Rust bindings for the spaCy library.
This project offers a way for Rust programmers to use spaCy, a popular Python library for natural language processing. It allows you to feed text into Rust programs and get out analyzed linguistic data, such as sentence similarities. This is primarily for Rust developers who need to integrate advanced text analysis capabilities into their applications.
No commits in the last 6 months.
Use this if you are a Rust developer building an application that needs robust text understanding capabilities, like comparing sentences, provided by spaCy.
Not ideal if you are not a Rust programmer or if you need to perform natural language processing directly in Python.
Stars
24
Forks
4
Language
Rust
License
Unlicense
Category
Last pushed
Dec 11, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dluman/rusTy"
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...