Looking for a stemmer that can return all inflected forms

2006-10-14 Thread Jong Kim
Hi, I'm looking for a stemmer that is capable of returning all morphological variants of a query term (to be used for high-recall search). For example, given a query term of 'cares', I would like to be able to generate 'cares', 'care', 'cared', and 'caring'. I looked at the Porter stemmer,

Re: Looking for a stemmer that can return all inflected forms

2006-10-14 Thread Mike Klaas
On 10/14/06, Jong Kim <[EMAIL PROTECTED]> wrote: Hi, I'm looking for a stemmer that is capable of returning all morphological variants of a query term (to be used for high-recall search). For example, given a query term of 'cares', I would like to be able to generate 'cares', 'care', 'cared', a

Re: Looking for a stemmer that can return all inflected forms

2006-10-14 Thread Bill Taylor
On Oct 14, 2006, at 3:57 PM, Jong Kim wrote: Hi, I'm looking for a stemmer that is capable of returning all morphological variants of a query term (to be used for high-recall search). For example, given a query term of 'cares', I would like to be able to generate 'cares', 'care', 'cared',

Re: Looking for a stemmer that can return all inflected forms

2006-10-14 Thread Otis Gospodnetic
age From: Bill Taylor <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Cc: Jong Kim <[EMAIL PROTECTED]> Sent: Saturday, October 14, 2006 11:43:10 PM Subject: Re: Looking for a stemmer that can return all inflected forms On Oct 14, 2006, at 3:57 PM, Jong Kim wrote: > Hi, > > I'm

RE: Looking for a stemmer that can return all inflected forms

2006-10-15 Thread Jong Kim
on is pretty straightforward. /Jong -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Sunday, October 15, 2006 12:38 AM To: java-user@lucene.apache.org Subject: Re: Looking for a stemmer that can return all inflected forms Bill: Lucene already comes

Re: Looking for a stemmer that can return all inflected forms

2006-10-16 Thread Steven Rowe
Hi Jong, Jong Kim wrote: > I'm looking for a stemmer that is capable of returning all morphological > variants of a query term (to be used for high-recall search). For example, > given a query term of 'cares', I would like to be able to generate 'cares', > 'care', 'cared', and 'caring'. To ac