Re: Case sensitivity in MultiWordChunker

2014-10-26 Thread Jaume Ortolà i Font
2014-10-26 14:03 GMT+01:00 R.J. Baars : > What does Multiwordchunker do? See a previous thread in this list: "spell checker enhancement" (sept 16). Jaume -- ___ Languagetool-

Re: Case sensitivity in MultiWordChunker

2014-10-26 Thread R.J. Baars
What does Multiwordchunker do? > 2014-10-24 20:27 GMT+02:00 Andriy Rysin : > >> Was it by design that MultiWordChunker is case sensitive and we need >> to duplicate most of the lines for lower and upper cases? >> Would it make sense to add a flag setCaseSensitive() to make it >> automatic? >> > >

Re: Case sensitivity in MultiWordChunker

2014-10-26 Thread Juan Martorell
On 26 October 2014 11:42, Jaume Ortolà i Font wrote: > 2014-10-24 20:27 GMT+02:00 Andriy Rysin : > >> Was it by design that MultiWordChunker is case sensitive and we need >> to duplicate most of the lines for lower and upper cases? >> Would it make sense to add a flag setCaseSensitive() to make i

Re: Case sensitivity in MultiWordChunker

2014-10-26 Thread Jaume Ortolà i Font
2014-10-24 20:27 GMT+02:00 Andriy Rysin : > Was it by design that MultiWordChunker is case sensitive and we need > to duplicate most of the lines for lower and upper cases? > Would it make sense to add a flag setCaseSensitive() to make it automatic? > It makes sense. I agree and I need it too. L

Case sensitivity in MultiWordChunker

2014-10-24 Thread Andriy Rysin
Was it by design that MultiWordChunker is case sensitive and we need to duplicate most of the lines for lower and upper cases? Would it make sense to add a flag setCaseSensitive() to make it automatic? Thanks Andriy -- __