Closed (won't fix)
Project:
German Stemmer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Aug 2011 at 08:19 UTC
Updated:
25 Aug 2011 at 16:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
schildi commentedHello Thomas
thanks for your interests, but when developing the api-module I contacted the authors of several other stemmers. The answers I got were that there is absolutely no need for such a module.
Comment #2
Thomas_Zahreddin commentedHallo Rainer,
:-( this is topic that frustrates me.
see http://drupal.org/node/1156708#comment-4814424
at least 3 different modules have their own way to handle stop words and i don't think i found them all … and as you mentioned: there are other stemming modules too - what do these guys think how much effort it is to put in stop words for every module and every language - think of a site with only four languages and maybe 3 modules with some kind of stop word or stemming.
Comment #3
schildi commentedThomas
as far as I remember they argued that the hard coded lists of stop words and exception are valid and sufficient. And I did not see any other stemmer offering a way to online modify these lists.
But of course: I can hand over the api-module to you :-)
Comment #4
Thomas_Zahreddin commentedhm, i'd love to have a stemmer / stop word api,
but i do not have the time to maintain this module, and also with the perspective that this is a api with only one module using it.
But is it a issue for D8?
Comment #5
schildi commentedit's not really clear to me what you want and is not possible with the current release of the module.
Other stemmers should interact with the api-module with only tiny modifications (compare the three small function at top of file de_stemmer.module).
Comment #6
schildi commentedIt took me about one hour to set up a patch which makes the api functionalities available for the english porter stemmer (see attached patch for D7).
Comment #7
schildi commented