elasticsearch-skroutz-greekstemmer
elasticsearch-skroutz-greekstemmer copied to clipboard
Greek Stemmer for elasticsearch
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...