Closed (fixed)
Project:
Dutch Stemmer
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2011 at 13:32 UTC
Updated:
19 Mar 2013 at 20:20 UTC
Jump to comment: Most recent file
Are there any plans for a Drupal 7 version of this module?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | dutchstemmer.zip | 2.78 KB | promes |
Comments
Comment #1
clemens.tolboomIf you can find me a small sponsor :-)
Comment #2
allartk commentedHey,
For drupal 7 you can use http://code.google.com/p/php-dutch-stemmer/ and user hook_search_preprocess
E.g.
Comment #3
promesAllartk thank you.
Attention: I found a bug in the dutchstemmer code. See: http://code.google.com/p/php-dutch-stemmer/issues/detail?id=1&thanks=1&t....
Comment #4
promesI did use the library #2 some more and found several more out of index errors. So I took the D6 implementation of Clemens and made a few nessecary modifications, due to stricter PHP checking of PHP 5.3.
Attached a complete D7 dutchstemmer. Enjoy it.
Comment #5
promesphp 5.3 and coder warnings corrected. Created a new 6.x-1.x-dev and the first 7.x-1.x-dev version created.
Comment #6
cyberwolf commentedAm I right that the 7.x-1.x git branch does not contain the updated code yet? It still says core=6.x in its .info file.
Trying the zip now that was uploaded here.
Comment #7
cyberwolf commentedThe zip seems to work fine. A search for "paddo's" (don't ask :D) delivers the correct results now, and no longer includes a wildcard search on just 's'.
Comment #8
clemens.tolboomDarn ... you prob are right.
I didn't support @promes effort enough. I'll try to fix this this week.
Comment #9
franskuipers commentedSee this and this