GNOME Bugzilla – Bug 523518
Add Hungarian stemming support
Last modified: 2008-04-16 22:06:42 UTC
According to the 0.5.0 announcement[0], Tracker uses Snowball stemmers. The Snowball site[1] lists a Hungarian stemmer algorithm[2]. However Hungarian stemming is not supported by Tracker. I'd like to ask you to provide a support for Hungarian as well, since the algorithm is already available, it just has to be adjusted to work with libstemmer I guess. [0] http://mail.gnome.org/archives/tracker-list/2006-October/msg00206.html [1] http://snowball.tartarus.org/ [2] http://snowball.tartarus.org/algorithms/hungarian/stemmer.html
I started working on this bug. Stay tuned for a patch!
Created attachment 108673 [details] [review] Hungarian stemming support The stopwords list is public domain, but it was created by Anna Tordai, the original author of the Hungarian Snowball stemmer.
Committed to svn - thanks