SerbianStemmer
Serbian Stemmer
A stemmer for Serbian language improved from Keselj and Šipla's original implementation.
Stemmer for serbian language created for my master thesis, rewritten in python
16 stars
7 watching
7 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
natural-language-processingpythonserbian-languagestemmer
Related projects:
Repository | Description | Stars |
---|---|---|
skroutz/turkish_stemmer | A Ruby library implementing a stemming algorithm for the Turkish language based on its unique morphological structure and suffix rules. | 42 |
skroutz/greek_stemmer | A Ruby library providing a simple stemming algorithm for the Greek language based on a specific paper. | 57 |
amakukha/stemmers_ukrainian | A novel stemmer for the Ukrainian language trained with AI | 28 |
har07/pysastrawi | A Python port of an Indonesian stemmer library, reducing inflected words to their base form. | 336 |
adelra/kurmanji-stemmer | A stemmer algorithm for Kurmanji Kurdish, compatible with the NLTK library | 1 |
words/stemmer | A stemming algorithm package that converts words into shorter forms to facilitate comparison and analysis of natural language text | 129 |
sastrawi/sastrawi | A PHP library for stemming Indonesian words to their base form | 422 |
meisyal/sastrawi-ruby | Ruby bindings for stemming words in Bahasa Indonesia | 6 |
dchest/stemmer | Provides an interface for implementing various stemming algorithms in the Go programming language. | 53 |
tebeka/snowball | A C-based stemming library for natural language processing | 46 |
deeppavlov/slavic-bert-ner | A shared BERT model for NER tasks in Slavic languages, pre-trained on Bulgarian, Czech, Polish, and Russian texts. | 73 |
mag21/estem | A Ruby gem that applies stemming to Spanish words using Martin Porter's algorithm | 4 |
frpaulas/porterstemmer | An Elixir implementation of the Porter 2 stemmer algorithm for word stemming | 6 |
reiver/go-porterstemmer | A native Go implementation of the Porter Stemming algorithm | 190 |
assem-ch/arabicstemmer | An Arabic language stemming algorithm that normalizes and refines text input using a snowball-based framework | 145 |