abitdodgy/gibran
Gibran is an Elixir natural language processor, and a port of WordsCounted.
This is an Elixir library designed for developers who need to perform natural language processing tasks within their applications. It takes raw text strings as input and provides detailed counts of words and characters, identifies the longest or most frequent words, and calculates string similarity. This tool is for developers building features that analyze text content, such as content management systems or data analysis platforms.
No commits in the last 6 months.
Use this if you are an Elixir developer building an application that requires basic text analysis, such as counting tokens, finding unique words, or measuring the similarity between two strings.
Not ideal if you are looking for advanced NLP capabilities like sentiment analysis, entity recognition, or deep learning models, as this library focuses on foundational text processing.
Stars
65
Forks
3
Language
Elixir
License
—
Category
Last pushed
Apr 23, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/abitdodgy/gibran"
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...