porter
Stemmer
An implementation of Porter's stemmer algorithm in Go
porter stemmer
12 stars
2 watching
2 forks
Language: Go
last commit: about 11 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
reiver/go-porterstemmer | A native Go implementation of the Porter Stemming algorithm | 190 |
zentures/porter2 | A high-performance implementation of the English Porter2 stemmer algorithm using finite state machines. | 46 |
agonopol/go-stem | A Go implementation of the Porter Stemmer algorithm for word stemming. | 79 |
frpaulas/porterstemmer | An Elixir implementation of the Porter 2 stemmer algorithm for word stemming | 6 |
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 |
jedp/porter-stemmer | An implementation of Martin Porter's stemming algorithm in JavaScript for removing morphological endings from English words. | 100 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
rjohnsondev/golibstemmer | Provides Go bindings for a stemming algorithm library | 20 |
tebeka/snowball | A C-based stemming library for natural language processing | 46 |
wooorm/stmr.c | A C implementation of a stemming algorithm to reduce words to their base form | 39 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
stanipetrosyan/go-eventbus | Provides an event bus implementation with features like publish/subscribe and request/response patterns, as well as support for processors and network buses. | 5 |
e-xpertsolutions/go-cluster | Implementation of k-modes and k-prototypes clustering algorithms in Go. | 43 |