Re: Using daily builds in Maven

2014-10-03 Thread Richard Eckart de Castilho
You have a continuous integration server, right? Couldn't you configure that to deploy snapshot builds to the Sonatype OSS Snapshot repository? Cheers, -- Richard On 03.10.2014, at 13:26, Daniel Naber wrote: > On 2014-10-03 12:32, Robin Dunn wrote: > >> Currently it seems only the major relea

Re: Morfologik speller

2014-10-03 Thread Jaume Ortolà i Font
2014-10-03 14:50 GMT+02:00 Marcin Miłkowski : > W dniu 2014-10-03 o 13:22, R.J. Baars pisze: > > Marcin, > > > > would it be possible to use the morfologik speller as a separate program, > > to throw a list of words at, and get the alternatives? > > No. It does not tokenize words, and you need a l

Re: Morfologik speller

2014-10-03 Thread Marcin Miłkowski
W dniu 2014-10-03 o 13:22, R.J. Baars pisze: > Marcin, > > would it be possible to use the morfologik speller as a separate program, > to throw a list of words at, and get the alternatives? No. It does not tokenize words, and you need a little bit of tooling to use the library anyway. > > Is the

Re: Using daily builds in Maven

2014-10-03 Thread Daniel Naber
On 2014-10-03 12:32, Robin Dunn wrote: > Currently it seems only the major released versions of LT are > available from the Maven public repository e.g. the latest 2.7, but > the daily builds are not in the public repository? Yes, Maven Central is only for releases and we don't have set up our ow

Morfologik speller

2014-10-03 Thread R.J. Baars
Marcin, would it be possible to use the morfologik speller as a separate program, to throw a list of words at, and get the alternatives? Is there an example program that does that? Ruud -- Meet PCI DSS 3.0 Compliance

Using daily builds in Maven

2014-10-03 Thread Robin Dunn
Hi, Is there a way of using Maven to automatically grab the latest daily build of LanguageTool so that it can be used as a dependency? Currently it seems only the major released versions of LT are available from the Maven public repository e.g. the latest 2.7, but the daily builds are not in the

2 tokens in 1 sentence

2014-10-03 Thread R.J. Baars
Is there a more efficient way to detect 2 tokens in one sentence or maybe in a range of tokens? The only way I know now is to make 2 rules, one word worda ... wordb and one for wordb ... worda. Ruud -- Meet PCI DSS 3.0 C

Compliments!

2014-10-03 Thread R.J. Baars
The suggestion mechanism of the Morfologik speller using word frequencies is WAY better than the suggestion mechanism for Hunspell. In fact, the first suggestion is almost all the time the right one. Well done! Ruud --