abitdodgy/words_counted
A Ruby natural language processor.
WordsCounted helps Ruby developers analyze text by counting words and characters from strings, files, or URLs. You feed it text, and it provides various statistics like word frequency, unique word counts, average character length, and the longest or most frequent words. It's designed for developers building applications that need to process and understand textual content.
164 stars. No commits in the last 6 months.
Use this if you are a Ruby developer building an application that needs to extract detailed linguistic statistics from text, such as for content analysis, search indexing, or educational tools.
Not ideal if you need a full-fledged natural language processing library for tasks like sentiment analysis, entity recognition, or machine translation, as it focuses specifically on tokenization and basic word statistics.
Stars
164
Forks
28
Language
Ruby
License
MIT
Category
Last pushed
Oct 28, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/abitdodgy/words_counted"
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...