danieldk/dpar
Neural network transition-based dependency parser (in Rust)
This tool helps computational linguists and NLP researchers analyze sentence structure. It takes raw text as input and identifies the grammatical relationships between words, showing how they depend on each other. This is useful for anyone building systems that need to understand the meaning and syntax of human language.
No commits in the last 6 months.
Use this if you need to automatically determine the grammatical structure of sentences to support advanced text analysis applications.
Not ideal if you are looking for a general-purpose text processing library that handles tasks beyond dependency parsing.
Stars
44
Forks
4
Language
Rust
License
Apache-2.0
Category
Last pushed
Sep 14, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/danieldk/dpar"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Anush008/fastembed-rs
Rust library for vector embeddings and reranking.
huggingface/text-embeddings-inference
A blazing fast inference solution for text embeddings models
MinishLab/model2vec-rs
Official Rust Implementation of Model2Vec
finalfusion/finalfusion-rust
finalfusion embeddings in Rust
finalfusion/finalfusion-python
Finalfusion embeddings in Python