postmodern / raingramsLinks
A flexible and general-purpose ngrams library written in Ruby. Raingrams supports ngram sizes greater than 1, text/non-text grams, multiple parsing styles and open/closed vocabulary models.
☆70Updated 4 years ago
Alternatives and similar repositories for raingrams
Users that are interested in raingrams are comparing it to the libraries listed below
Sorting:
- A robust, full-featured Ruby implementation of Naive Bayes☆154Updated last year
- A pure Ruby interface to the WordNet database☆91Updated 6 years ago
- A multilingual tokenizer to split a string into tokens☆93Updated last year
- A Ruby C wrapper for Open Text Summarizer☆204Updated 13 years ago
- Find a lot of kinds of common information in a string. CommonRegex port for Ruby☆80Updated 4 years ago
- A ruby gem that can convert HTML to formatted plain text.☆42Updated 6 years ago
- A tree data structure for Ruby☆93Updated 7 years ago
- Simple spreadsheet is a Ruby Gem reader for common spreadsheet formats: Excel (.xls, .xlsx), Open-office (.ods) and CSV (standard, excel,…