porter-stemmer
English word stammer
An implementation of Martin Porter's stemming algorithm in JavaScript for removing morphological endings from English words.
Martin Porter's stemmer for node.js
100 stars
2 watching
15 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
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 |
frpaulas/porterstemmer | An Elixir implementation of the Porter 2 stemmer algorithm for word stemming | 6 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
wooorm/stmr.c | A C implementation of a stemming algorithm to reduce words to their base form | 39 |
a2800276/porter | An implementation of Porter's stemmer algorithm in Go | 12 |
reiver/go-porterstemmer | A native Go implementation of the Porter Stemming algorithm | 190 |
assem-ch/arabicstemmer | An Arabic language stemming algorithm that normalizes and refines text input using a snowball-based framework | 145 |
ejtaal/jsastem | A JavaScript implementation of an Arabic stemmer algorithm to normalize and analyze Arabic words. | 26 |
agonopol/go-stem | A Go implementation of the Porter Stemmer algorithm for word stemming. | 79 |
zentures/porter2 | A high-performance implementation of the English Porter2 stemmer algorithm using finite state machines. | 46 |
skroutz/turkish_stemmer | A Ruby library implementing a stemming algorithm for the Turkish language based on its unique morphological structure and suffix rules. | 42 |
amakukha/stemmers_ukrainian | A novel stemmer for the Ukrainian language trained with AI | 28 |
mag21/estem | A Ruby gem that applies stemming to Spanish words using Martin Porter's algorithm | 4 |
dchest/stemmer | Provides an interface for implementing various stemming algorithms in the Go programming language. | 53 |
skroutz/greek_stemmer | A Ruby library providing a simple stemming algorithm for the Greek language based on a specific paper. | 57 |