You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Aad Nales <aa...@rotterdam-cs.com> on 2004/09/09 09:44:07 UTC

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
aad.nales@rotterdam-cs.com, +31-(0)6 54 207 340 



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Using MySpell iso the Snowball Analyzer

Posted by Pete Lewis <pe...@uptima.co.uk>.
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" <aa...@rotterdam-cs.com>
To: <lu...@jakarta.apache.org>
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
> aad.nales@rotterdam-cs.com, +31-(0)6 54 207 340
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org