After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523518 - Add Hungarian stemming support
Add Hungarian stemming support
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2008-03-20 09:33 UTC by Szilveszter Farkas
Modified: 2008-04-16 22:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Hungarian stemming support (47.58 KB, patch)
2008-04-05 14:58 UTC, Szilveszter Farkas
none Details | Review

Description Szilveszter Farkas 2008-03-20 09:33:43 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
Comment 1 Szilveszter Farkas 2008-04-03 13:31:31 UTC
I started working on this bug. Stay tuned for a patch!
Comment 2 Szilveszter Farkas 2008-04-05 14:58:09 UTC
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.
Comment 3 Jamie McCracken 2008-04-16 22:06:42 UTC
Committed to svn - thanks