shubham0204/postagger.rs
NLTK inspired Parts-of-Speech Tagger (Perceptron Tagger) in Rust
This tool helps language technology developers analyze text by identifying the grammatical role of each word in a sentence. You provide a piece of text, and it outputs each word paired with its part-of-speech tag (like noun, verb, adjective). This is useful for anyone building applications that need to understand sentence structure, such as search engines, chatbots, or content analysis tools.
No commits in the last 6 months.
Use this if you are a developer building an application in Rust, C, or Java that requires accurate and efficient part-of-speech tagging to process and understand natural language.
Not ideal if you are a non-developer or prefer a high-level API for natural language processing without direct code integration.
Stars
7
Forks
—
Language
Rust
License
Apache-2.0
Category
Last pushed
Apr 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shubham0204/postagger.rs"
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...