Slovenian stemmer for Sphinx

前端 未结 2 2064
伪装坚强ぢ
伪装坚强ぢ 2021-01-03 10:54

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\'

2条回答
  •  甜味超标
    2021-01-03 11:25

    I'm not sure if this will do what you want, but I came across this reference to a tool called spelldump in the Sphinx documentation:

    spelldump is one of the helper tools within the Sphinx package.

    It is used to extract the contents of a dictionary file that uses ispell or MySpell format, which can help build word lists for wordforms - all of the possible forms are pre-built for you.

    http://sphinxsearch.com/docs/current.html#ref-spelldump

    It requires "a dictionary file that uses ispell or MySpell" - I found a reference to a Slovenian ispell dictionary file, which might be suitable.

    Good luck!

提交回复
热议问题