Add go-propisyu to Morphological Analyzers (#6223)

Co-authored-by: nikita42 <13642481+rekurt@users.noreply.github.com>
This commit is contained in:
nikita42 2026-04-08 04:28:47 +03:00 committed by GitHub
parent cc2160e623
commit 9e705859d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1987,6 +1987,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis)
- [go-stem](https://github.com/agonopol/go-stem) - Implementation of the porter stemming algorithm.
- [go2vec](https://github.com/danieldk/go2vec) - Reader and utility functions for word2vec embeddings.
- [go-propisyu](https://github.com/rekurt/go-propisyu) - Convert numbers to Russian words with correct grammatical gender and noun declension.
- [golibstemmer](https://github.com/rjohnsondev/golibstemmer) - Go bindings for the snowball libstemmer library including porter 2.
- [gosentiwordnet](https://github.com/dinopuguh/gosentiwordnet) - Sentiment analyzer using sentiwordnet lexicon in Go.
- [govader](https://github.com/jonreiter/govader) - Go implementation of [VADER Sentiment Analysis](https://github.com/cjhutto/vaderSentiment).