A Ruby-based parsing DSL based on parsing expression grammars.

Support Support for Treetop is provided through the mailing list you can join or browse here: http://groups.google.com/group/treetop-dev The gem is released from https://github.com/cjheath/treetop so you should check there as
Information
Category: Ruby / Natural Language Processing
Watchers: 11
Star: 298
Fork: 21
Last update: Nov 25, 2023

Related Repos



ankane State-of-the-art natural language processing for Ruby
 

watsonbox pocketsphinx-ruby This gem provides Ruby FFI bindings for Pocketsphinx, a lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop. Pocketsphinx i
 

threedaymonk Text¶ ↑ A collection of text algorithms. Usage¶ ↑ require 'text' Levenshtein distance¶ ↑ Text::Levenshtein.distance('test', 'test') # => 0 Text::Levenshtein.distance('test', 'tent') # => 1 Text::Lev
 

louismullie New in v2.0.5: OpenNLP integration and Yomu support Treat is a toolkit for natural language processing and computational linguistics in Ruby. The Treat project aims to build a language- and algorithm- agnostic NLP framework for Ruby w
 

cjheath Support Support for Treetop is provided through the mailing list you can join or browse here: http://groups.google.com/group/treetop-dev The gem is released from https://github.com/cjheath/treetop so you should check there as
 

abitdodgy WordsCounted We are all in the gutter, but some of us are looking at the stars. -- Oscar Wilde WordsCounted is a Ruby NLP (natural language processor). WordsCounted lets you implement powerful tokensation strategies with