RE: Apostrophe filtering in StandardFilter

2008-01-29 Thread Steven A Rowe
On 01/29/2008 at 10:05 AM, Grant Ingersoll wrote: > On Jan 29, 2008, at 9:29 AM, christophe blin wrote: > > thanks for the pointer to the ellision filter, but I am currently stuck > > with lucene-core-2.2.0 found in maven2 central repository (do not > > contain this class). I'll watch for an upgrad

Re: Apostrophe filtering in StandardFilter

2008-01-29 Thread Grant Ingersoll
and accurate answer Steven A Rowe wrote: Hi Chris, Looks like the ElisionFilter handles the French problems you mentioned This sounds really ambitious [to have a EuropeanStandardFilter, but interesting - have you considered doing this? Steve -- View this message in context: http://www

Re: Apostrophe filtering in StandardFilter

2008-01-29 Thread Mathieu Lecarme
christophe blin a écrit : Hi, thanks for the pointer to the ellision filter, but I am currently stuck with lucene-core-2.2.0 found in maven2 central repository (do not contain this class). I'll watch for an upgrade to 2.3 in the future. you can backport it easily with copy-paste. M. --

RE: Apostrophe filtering in StandardFilter

2008-01-29 Thread christophe blin
; Looks like the ElisionFilter handles the French problems you mentioned > > This sounds really ambitious [to have a EuropeanStandardFilter, but > interesting - have you considered doing this? > > Steve > -- View this message in context: http://www.nabble.com/Apostrophe-filter

RE: Apostrophe filtering in StandardFilter

2008-01-29 Thread Steven A Rowe
Hi Chris, Looks like the ElisionFilter handles the French problems you mentioned: See the code for the list of /X'/ constructions it handles:

Apostrophe filtering in StandardFilter

2008-01-29 Thread christophe blin
lian rule). Thanks for the time you will spend answering my question chris -- View this message in context: http://www.nabble.com/Apostrophe-filtering-in-StandardFilter-tp15156768p15156768.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---