snowball
Stemmer
A C-based stemming library for natural language processing
Snowball stemmer for Go
46 stars
4 watching
6 forks
Language: C
last commit: about 1 year ago
Linked from 1 awesome list
golangsnowballstemmer
Related projects:
Repository | Description | Stars |
---|---|---|
goodsign/snowball | A Cgo binding for the Snowball stemmer library, providing word stem extraction functionality. | 38 |
dchest/stemmer | Provides an interface for implementing various stemming algorithms in the Go programming language. | 53 |
words/stemmer | A stemming algorithm package that converts words into shorter forms to facilitate comparison and analysis of natural language text | 129 |
skroutz/turkish_stemmer | A Ruby library implementing a stemming algorithm for the Turkish language based on its unique morphological structure and suffix rules. | 42 |
assem-ch/arabicstemmer | An Arabic language stemming algorithm that normalizes and refines text input using a snowball-based framework | 145 |
skroutz/greek_stemmer | A Ruby library providing a simple stemming algorithm for the Greek language based on a specific paper. | 57 |
rjohnsondev/golibstemmer | Provides Go bindings for a stemming algorithm library | 20 |
reiver/go-porterstemmer | A native Go implementation of the Porter Stemming algorithm | 190 |
abiliojr/fts5-snowball | A Snowball stemmer tokenizer extension for FTS5 in SQLite | 47 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
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 |
a2800276/porter | An implementation of Porter's stemmer algorithm in Go | 12 |
nikolamilosevic86/serbianstemmer | A stemmer for Serbian language improved from Keselj and Šipla's original implementation. | 16 |
amakukha/stemmers_ukrainian | A novel stemmer for the Ukrainian language trained with AI | 28 |