stemmer
Stemmer library
Provides an interface for implementing various stemming algorithms in the Go programming language.
Stemmer packages for Go programming language. Includes English, German and Dutch stemmers.
53 stars
5 watching
7 forks
Language: Go
last commit: almost 8 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 |
agonopol/go-stem | A Go implementation of the Porter Stemmer algorithm for word stemming. | 79 |
tebeka/snowball | A C-based stemming library for natural language processing | 46 |
words/stemmer | A stemming algorithm package that converts words into shorter forms to facilitate comparison and analysis of natural language text | 129 |
a2800276/porter | An implementation of Porter's stemmer algorithm in Go | 12 |
rjohnsondev/golibstemmer | Provides Go bindings for a stemming algorithm library | 20 |
skroutz/greek_stemmer | A Ruby library providing a simple stemming algorithm for the Greek language based on a specific paper. | 57 |
ealdent/uea-stemmer | A Ruby implementation of a stemmer algorithm used in natural language processing to normalize words to their base form | 53 |
goodsign/snowball | A Cgo binding for the Snowball stemmer library, providing word stem extraction functionality. | 38 |
zentures/porter2 | A high-performance implementation of the English Porter2 stemmer algorithm using finite state machines. | 46 |
aerospike/aerospike-client-go | A Go library providing an interface to interact with Aerospike databases | 436 |
chainsafe/gossamer | A Go implementation of a Polkadot Host execution environment | 433 |
skroutz/turkish_stemmer | A Ruby library implementing a stemming algorithm for the Turkish language based on its unique morphological structure and suffix rules. | 42 |
skelterjohn/geom | A 2D geometry library for the Go programming language | 56 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |