[KinoSearch] German stemmer chokes on words ending in umlaut

Nick Wellnhofer wellnhofer at aevum.de
Sat Jul 4 12:30:56 PDT 2009


It seems that line 61 of Stemmer.c should be

        memcpy(token->text, stemmed_text, len + 1);

instead of

        memcpy(stemmed_text, token->text, len + 1);

Nick


-- 
aevum gmbh
rumfordstr. 4
80469 münchen
germany

tel: +49 89 3838 0653
http://aevum.de/



More information about the kinosearch mailing list