I am searching stemming algorithm for Slovenian language that I can use with Sphinx search.
What I'm trying to achieve is for example when searching for 'jabolka', I also want results for documents containing 'jabolko', 'jabolki', 'jabolk', etc.
I found some references about existence of Slovenian stemmer, but I can't find where to download it, it's not even for sale anywhere...
Another option I've came across is using option wordforms
in Sphinx source config (http://sphinxsearch.com/docs/manual-0.9.9.html#conf-wordforms), but building my own dictionary would be too difficult, so I'm wondering are there any publicly accessible dictionaries available already?
In case Slovenian stemmer is not available, can somebody suggest some other approach of achieving similar search results?