yohasebe/engtagger
English Part-of-Speech Tagger Library; a Ruby port of Lingua::EN::Tagger
This tool helps you analyze English text by automatically identifying the grammatical role of each word, like whether it's a noun, verb, or adjective. You input raw English sentences, and it outputs the text with these grammatical tags added, or gives you lists of specific word types like all nouns or past tense verbs. It's designed for linguists, data analysts, or content strategists who need to break down text for deeper understanding or processing.
276 stars. No commits in the last 6 months.
Use this if you need to programmatically understand the grammatical structure of English text, extract specific parts of speech, or identify noun phrases for further analysis.
Not ideal if you need a solution for languages other than English or if you're looking for a simple, no-code way to tag text without programming.
Stars
276
Forks
50
Language
Ruby
License
GPL-2.0
Category
Last pushed
Jan 16, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yohasebe/engtagger"
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...