Re: getting LT online

2013-02-09 Thread Daniel Naber
On 09.02.2013, 21:55:55 Dominique Pellé wrote: Hi Dominique, > Simplicity is the key to success. > In order to make it as easy as possible for people to use LT > on their website, how about we provide a zip file containing > a minimalistic set up, ready to be be use (unzip it on a web > server an

Re: getting LT online

2013-02-09 Thread Dominique Pellé
Daniel Naber wrote: > On 17.01.2013, 10:21:06 Jaume Ortolà i Font wrote: > > > Its online spellchecker received 500.000 visits last December (a bad > > month). So perhaps LanguageTool should be implemented in its own servers > > (I'm not sure about this). > > You could point them to http://www.lan

Re: switching to Maven - done!

2013-02-09 Thread Daniel Naber
On 09.02.2013, 10:58:25 Dominique Pellé wrote: > I only use the command line version of LanguageTool. What you could also do is to skip languagetool-standalone and work directly in languagetool-commandline. For this, maven-assembly-plugin needs to be configured in the pom.xml of languagetool-co

Re: switching to Maven - done!

2013-02-09 Thread Daniel Naber
On 09.02.2013, 10:58:25 Dominique Pellé wrote: > I forgot that we have a module "language-all" which is kind of a meta module that pulls in all languages. So you should comment out non-relevant languages also in the pom.xml of language-all. Without that, commenting out them in the top-lev

Re: switching to Maven - done!

2013-02-09 Thread Dominique Pellé
Daniel Naber wrote: On 09.02.2013, 01:20:35 Dominique Pellé wrote: > > > Is the duplication in the directory name > > .../LanguageTool-2.1-SNAPSHOT/LanguageTool-2.1-SNAPSHOT/... also > > expected? > > Not really expected, but it's what the plugin does by default. > > About performance: does your

Re: spell-checking only

2013-02-09 Thread Daniel Naber
On 08.02.2013, 21:49:54 Stephan Hennig wrote: > Ignored by all of LanguageTool's modules or by Hunspell only as the file > path suggests? Only by hunspell. > The spelling package provides it's own white list mechanism. But since > it relies on an external spell-checker for finding misspellings

Re: switching to Maven - done!

2013-02-09 Thread Daniel Naber
On 09.02.2013, 01:20:35 Dominique Pellé wrote: > Is the duplication in the directory name > .../LanguageTool-2.1-SNAPSHOT/LanguageTool-2.1-SNAPSHOT/... also > expected? Not really expected, but it's what the plugin does by default. About performance: does your workflow require making a lot of bu