nathankleyn/ruby-nlp
Various NLP tools for Ruby
This toolkit helps you break down text into smaller, ordered chunks called n-grams for analysis. You provide text or a collection of text files, and it outputs lists of words or characters grouped together. It's useful for anyone working with textual data who needs to identify common phrases or sequences, like researchers, linguists, or data analysts.
No commits in the last 6 months.
Use this if you need to extract and analyze sequences of words or characters from text, particularly if you're working with the Brown Corpus.
Not ideal if you need advanced linguistic analysis like part-of-speech tagging, sentiment analysis, or text generation.
Stars
33
Forks
2
Language
Ruby
License
—
Category
Last pushed
Sep 14, 2013
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/nathankleyn/ruby-nlp"
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...