famished-tiger/Rley
An Earley parser written in Ruby
This is a Ruby tool for creating parsers that can understand and interpret structured text, like programming languages or complex sentences. You provide a set of grammar rules and vocabulary, and it processes input text to determine its underlying structure. It's designed for developers building applications that need to analyze and act upon specific patterns in language or code.
No commits in the last 6 months.
Use this if you are a developer building a Ruby application that needs to parse highly structured input, such as a custom scripting language, configuration files, or specialized natural language constructs, especially if those grammars might be ambiguous.
Not ideal if you're looking for a pre-built solution to understand general human language without defining custom grammars, or if you don't work with Ruby.
Stars
37
Forks
4
Language
Ruby
License
MIT
Category
Last pushed
Mar 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/famished-tiger/Rley"
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...