elasticsearch-skroutz-greekstemmer icon indicating copy to clipboard operation
elasticsearch-skroutz-greekstemmer copied to clipboard

Greek Stemmer for elasticsearch

Results 13 elasticsearch-skroutz-greekstemmer issues
Sort by recently updated
recently updated
newest added

Should have the same stem, but "Μονόφωτα" stems το "μονοφω" while "Μονόφωτο" stems to "Μονόφωτ"

The exceptional cases of the various analysis steps are not uniformly handled. Some are static variables and some are coded into `if` clauses. All of them are hardcoded and can...

`rule0` of `SkroutzGreekStemmer.java` tries to handle special cases for specific word endings. However, most of those cases concern whole words, rather than endings. Eg. the word `περατοσ` is handled as...