Hi Aad Use the stemmed result as what you index, but then also remember to stem the query terms as well - you need to do the same on the way out as on the way in.
We don't use MySpell but we do use our own stemmer in this way, as there are many examples where Snowball falls down like: caught -> caught instead of catch buses -> buse instead of bus and Snowball gets worse for none-English languages like Dutch.... Cheers Pete ----- Original Message ----- From: "Aad Nales" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 8:44 AM Subject: Using MySpell iso the Snowball Analyzer > For an eductational customer we have been requested to add spell > checking to queries that enter lucene. The MySpell classes of > Pietschmann seem to makes this more than feasible. What i wonder if > somebody else has done this before? Any tips, questions or remarks? > > MySpell is the successor of ISpell and is used as the spellchecker in > OpenOffice. It excutes a stemming algoritm in combination with a > dictionary. My second question is if any has extracted the stemming > result to be used in an index? > > Thanks for any or all feedback, > cheers, > Aad > > > -- > Aad Nales > [EMAIL PROTECTED], +31-(0)6 54 207 340 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]