go-stem
Stemming library
A Go implementation of the Porter Stemmer algorithm for word stemming.
Word Stemming in Go
79 stars
5 watching
15 forks
Language: Go
last commit: over 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
rjohnsondev/golibstemmer | Provides Go bindings for a stemming algorithm library | 20 |
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 |
go-rel/rel | A modern ORM layer for Golang | 770 |
rookii/paicehusk | An implementation of the Paice/Husk stemming algorithm in Golang | 29 |
avelino/slugify | Tool to transform strings into machine-readable slug formats | 33 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
frpaulas/porterstemmer | An Elixir implementation of the Porter 2 stemmer algorithm for word stemming | 6 |
jedp/porter-stemmer | An implementation of Martin Porter's stemming algorithm in JavaScript for removing morphological endings from English words. | 100 |
tebeka/snowball | A C-based stemming library for natural language processing | 46 |
drinkin/go-gosquared | Provides a client library to interact with the GoSquared analytics platform | 2 |
aunum/goro | A high-level machine learning library built on Gorgonia for Go that aims to provide an easy-to-use interface for building and training neural networks. | 372 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |