Re: Question on ElisionFilter with d'

2012-07-26 Thread Robert Muir
On Thu, Jul 26, 2012 at 4:10 AM, yamo93 wrote: > A possible workaround would be to call this constructor > ElisionFilter(Version matchVersion, TokenStream input, Set articles). > Thats the way, just supply the list you want. > But i don't understand why this "d" and "c" are not present in defaul

Re: Question on ElisionFilter with d'

2012-07-26 Thread yamo93
iginal Message- From: yamo93 Sent: Wednesday, July 25, 2012 9:56 AM To: java-user@lucene.apache.org Subject: Re: Question on ElisionFilter with d' Thanks for replying, The problem is that the filter don't remove d' (and c' too). Shall i open an issue on jira ? On 07/25/20

Re: Question on ElisionFilter with d'

2012-07-25 Thread Jack Krupansky
: Wednesday, July 25, 2012 9:56 AM To: java-user@lucene.apache.org Subject: Re: Question on ElisionFilter with d' Thanks for replying, The problem is that the filter don't remove d' (and c' too). Shall i open an issue on jira ? On 07/25/2012 04:36 PM, Ian Lea wrote: I bet it&#x

Re: Question on ElisionFilter with d'

2012-07-25 Thread Ian Lea
Ah, OK. I thought you were saying it was removing d' when you thought it shouldn't. Sounds like a bug to me but I don't know enough about it to express a strong opinion. -- Ian. On Wed, Jul 25, 2012 at 3:56 PM, yamo93 wrote: > Thanks for replying, > > The problem is that the filter don't rem

Re: Question on ElisionFilter with d'

2012-07-25 Thread yamo93
Thanks for replying, The problem is that the filter don't remove d' (and c' too). Shall i open an issue on jira ? On 07/25/2012 04:36 PM, Ian Lea wrote: I bet it's expected. From http://en.wikipedia.org/wiki/Elision_(French) In written French, elision (both phonetic and orthographic) is oblig

Re: Question on ElisionFilter with d'

2012-07-25 Thread Ian Lea
I bet it's expected. From http://en.wikipedia.org/wiki/Elision_(French) In written French, elision (both phonetic and orthographic) is obligatory for the following words: ... the preposition de ... Le père d'Albert vient d'arriver. So surely the removal of d' is correct. -- Ian. On Wed,

Question on ElisionFilter with d'

2012-07-25 Thread yamo93
Hello, I'm using ElisionFilter to index french text. The filter works but ignore the d letter followed by an apostrophe (example: d'une). Is-it an expected behaviour or is it an issue ? Regards, Yann. - To unsubscribe, e-mai