Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-22 Thread Daniel Naber
On Dienstag, 22. Mai 2012, Olivier R. wrote: > I had a look in the old LanguageTool written in Python. > It uses the library cPickle (renamed now pickle). I never used it. > Resource intensive, right ? I must admin that I don't remember. It must be more than 5 years that I last looked at the Pyt

Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-21 Thread Daniel Naber
On Montag, 21. Mai 2012, Olivier R. wrote: Hello Olivier, > The differences look imho more technical than philosophical, even if > there are specific features in both of them. thanks for your explanations of the LT/Lightproof differences. > Another solution might be to tag Hunspell dictionaries

Re: [PATCH-3-5] fdo#35270 - kill first-use grammar checker freeze ...

2012-05-20 Thread Daniel Naber
On Montag, 14. Mai 2012, Michael Meeks wrote: Hi Michael, > I'd like to get this into -3-5 - it isn't a beautiful or ideal > solution, but it is simple, reasonably foolproof and appears to work > too ;-) now that this is fixed I searched the archives for the reason LanguageTool is not e

Re: [ languagetool-Bugs-3526635 ] SingletonFactory should implement XServiceInfo

2012-05-16 Thread Daniel Naber
On Mittwoch, 16. Mai 2012, Stephan Bergmann wrote: Hi Stephan, > The LibreOffice sources still include LanguageTool 1.4.0. Should we > eventually update that? sure, that would be nice. The release is planned for 2012-06-30. Compared to 1.4 there are a few new dependencies, mostly because we s

License Statement

2012-05-10 Thread Daniel Naber
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards Daniel -- http://www.danielnaber.de ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/

Re: Need help with debugging LO freeze

2012-05-09 Thread Daniel Naber
On Mittwoch, 9. Mai 2012, Michael Meeks wrote: Hi Michael, > Daniel - thanks for doing some great research here - what's your > preferred fix ? any chance of a patch for that so we can give credit > where it is due ? [ or do you want me to go wild in that general area - > a bonus of doing i

[PATCH] confusion with overlapping grammar errors

2012-05-09 Thread Daniel Naber
Hi, I was asked to post my patch from https://bugs.freedesktop.org/show_bug.cgi?id=49605 here: Problem: having two grammar errors that partly overlap confuses writer, it will show the same error message for both. I think that's because only the first error is considered, as the error's end posi

Re: Need help with debugging LO freeze

2012-05-08 Thread Daniel Naber
On Dienstag, 8. Mai 2012, Michael Meeks wrote: Hi Michael, > Great analysis Daniel ! thanks for doing the hunting there, reading: > > void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck ) > > it -seems- that we don't do anything too staggeringly stupid that I can > easily se

Need help with debugging LO freeze

2012-05-04 Thread Daniel Naber
Hi, I'm the author of LanguageTool, a style and grammar checker. We received a lot of reports that LO freezes for several seconds if LanguageTool is installed. I have now debugged this and it seems the problem occurs with LanguageTool but is actually in LO and will also affect other grammar ch