Re: Stemming at Query time

2005-06-01 Thread Shey Rab Pawo
; Now that the QueryParser knows about position increments has anyone > > used this to do stemming at query time and not at indexing time? I > > suppose one would need a reverse stemmer. Given the query breath it > > would need to inject breathe, breathes, breathing etc. >

Re: Stemming at Query time

2005-05-31 Thread Daniel Naber
On Monday 30 May 2005 18:54, Andrew Boyd wrote: >   Now that the QueryParser knows about position increments has anyone > used this to do stemming at query time and not at indexing time?  I > suppose one would need a reverse stemmer.  Given the query breath it > would need to in

Re: Stemming at Query time

2005-05-31 Thread Paul Libbrecht
the QueryParser knows about position increments has anyone used this to do stemming at query time and not at indexing time? I suppose one would need a reverse stemmer. Given the query breath it would need to inject breathe, breathes, breathing etc. One benifit is that if you ever wanted to chang

Stemming at Query time

2005-05-30 Thread Andrew Boyd
Hi All, Now that the QueryParser knows about position increments has anyone used this to do stemming at query time and not at indexing time? I suppose one would need a reverse stemmer. Given the query breath it would need to inject breathe, breathes, breathing etc. One benifit is that if