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.

GitHub

53 stars
5 watching
7 forks
Language: Go
last commit: almost 10 years ago
Linked from 3 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
reiver/go-porterstemmerA native Go implementation of the Porter Stemming algorithm190
agonopol/go-stemA Go implementation of the Porter Stemmer algorithm for word stemming.79
tebeka/snowballA C-based stemming library for natural language processing46
words/stemmerA stemming algorithm package that converts words into shorter forms to facilitate comparison and analysis of natural language text128
a2800276/porterAn implementation of Porter's stemmer algorithm in Go12
rjohnsondev/golibstemmerProvides Go bindings for a stemming algorithm library20
skroutz/greek_stemmerA Ruby library providing a simple stemming algorithm for the Greek language based on a specific paper.57
ealdent/uea-stemmerA Ruby implementation of a stemmer algorithm used in natural language processing to normalize words to their base form53
goodsign/snowballA Cgo binding for the Snowball stemmer library, providing word stem extraction functionality.38
zentures/porter2A high-performance implementation of the English Porter2 stemmer algorithm using finite state machines.47
aerospike/aerospike-client-goA Go library providing an interface to interact with Aerospike databases439
chainsafe/gossamerA Go implementation of a Polkadot Host execution environment435
skroutz/turkish_stemmerA Ruby library implementing a stemming algorithm for the Turkish language based on its unique morphological structure and suffix rules.42
skelterjohn/geomA 2D geometry library for the Go programming language56
derekparker/trieA Go library implementing a data structure for fast prefix and fuzzy string searching766