uea-stemmer
Stemmer
A Ruby implementation of a stemmer algorithm used in natural language processing to normalize words to their base form
Ruby port of UEALite Stemmer - a conservative stemmer for search and indexing
53 stars
3 watching
5 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 3 awesome lists
rubyrubynlp
Related projects:
Repository | Description | Stars |
---|---|---|
words/stemmer | A stemming algorithm package that converts words into shorter forms to facilitate comparison and analysis of natural language text | 129 |
dchest/stemmer | Provides an interface for implementing various stemming algorithms in the Go programming language. | 53 |
mag21/estem | A Ruby gem that applies stemming to Spanish words using Martin Porter's algorithm | 4 |
skroutz/greek_stemmer | A Ruby library providing a simple stemming algorithm for the Greek language based on a specific paper. | 57 |
skroutz/turkish_stemmer | A Ruby library implementing a stemming algorithm for the Turkish language based on its unique morphological structure and suffix rules. | 42 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
meisyal/sastrawi-ruby | Ruby bindings for stemming words in Bahasa Indonesia | 6 |
ejtaal/jsastem | A JavaScript implementation of an Arabic stemmer algorithm to normalize and analyze Arabic words. | 26 |
ealdent/lda-ruby | A Ruby wrapper around an existing C implementation of Latent Dirichlet Allocation (LDA) for topic modeling in natural language processing. | 133 |
assem-ch/arabicstemmer | An Arabic language stemming algorithm that normalizes and refines text input using a snowball-based framework | 145 |
frpaulas/porterstemmer | An Elixir implementation of the Porter 2 stemmer algorithm for word stemming | 6 |
reiver/go-porterstemmer | A native Go implementation of the Porter Stemming algorithm | 190 |
tebeka/snowball | A C-based stemming library for natural language processing | 46 |
jedp/porter-stemmer | An implementation of Martin Porter's stemming algorithm in JavaScript for removing morphological endings from English words. | 100 |
adelra/kurmanji-stemmer | A stemmer algorithm for Kurmanji Kurdish, compatible with the NLTK library | 1 |