On Montag 19 Dezember 2005 13:07, Dmitri Gabinski wrote: Dmitri,
> Then I restarted OOo and saw a new toolbar. Now, > if I click on the LT button, a Java window pops up with the header > saying “Starting Language Tool…”. And nothing happens. this means an exception was thrown. Please start Writer from the command line and call Languagetool again and let me know what exactly appears on the command line. > P.S. It would be nice to have a simplest how-to manual on creating > grammar check rules for other languages. For starters, for exmaple, > I'd like to have the ability of checking double words in other > languages. Some documentation is available here: http://www.danielnaber.de/languagetool/docs.html A rule that checks for word repetition needs to be coded in Java (but it already exists, see src/java/de/danielnaber/languagetool/rules/WordRepeatRule.java). Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
