
The Best Go Libraries For Natural Language Processing - Morphological Analyzers (17)
Discover the best Go libraries for Natural Language Processing in Morphological Analyzers! Find the perfect tools to streamline your development and boost productivity. From golibstemmer to gosentiwordnet, we've got you covered. Let the coding begin!
golibstemmer
Go bindings for the snowball libstemmer library including porter 2
gosentiwordnet
Sentiment analyzer using sentiwordnet lexicon in Go
govader
Go implementation of [VADER Sentiment Analysis](https://github.com/cjhutto/vaderSentiment)
govader-backend
Microservice implementation of [GoVader](https://github.com/jonreiter/govader)
paicehusk
Golang implementation of the Paice/Husk Stemming Algorithm
RAKE.go
Go port of the Rapid Automatic Keyword Extraction Algorithm (RAKE)
snowball
Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality [Snowball native](http://snowball.tartarus.org/)
spaGO
Self-contained Machine Learning and Natural Language Processing library in Go
go-stem
Implementation of the porter stemming algorithm
libtextcat
Cgo binding for libtextcat C library. Guaranteed compatibility with version 2.2
nlp
Go Natural Language Processing library supporting LSA (Latent Semantic Analysis)
spelling-corrector
A spelling corrector for the Spanish language or create your own
go2vec
Reader and utility functions for word2vec embeddings
go-propisyu
Convert numbers to Russian words with correct grammatical gender and noun declension
kagome
JP morphological analyzer written in pure Go
porter
This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm
porter2
Really fast Porter 2 stemmer