mladvladimir/rust-sentence-transformers
Rust port of https://github.com/UKPLab/sentence-transformers
This tool helps developers port existing Sentence-BERT models, originally fine-tuned with the Python library, into Rust applications. It takes a pre-trained BERT model and a set of sentences as input, and outputs numerical sentence embeddings. It is intended for software engineers building high-performance or embedded natural language processing systems in Rust.
No commits in the last 6 months.
Use this if you are a Rust developer who needs to integrate pre-trained Sentence-BERT models for tasks like semantic search or text similarity into your Rust applications.
Not ideal if you need to fine-tune new models or if your primary development environment is not Rust.
Stars
31
Forks
3
Language
Rust
License
Apache-2.0
Category
Last pushed
Apr 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mladvladimir/rust-sentence-transformers"
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...