Re: Automated testing with public data

2015-04-30 Thread Richard Eckart de Castilho
Since OpenNLP is cross-platform/Java-based, something that works
cross-platform/Java-based might be better than wget. 
I'm using Ant scripts for such tasks.

-- Richard

On 29.04.2015, at 17:11, William Colen william.co...@gmail.com wrote:

 +1
 
 The script would also be great for documentation.
 
 2015-04-29 11:15 GMT-03:00 Joern Kottmann kottm...@gmail.com:
 
 Or we just make a download script which bootstraps the users corpus folder.
 
 Could be a couple of wget lines or so ...
 
 
 Jörn



OpenNLP 1.6.0 RC 3 ready for testing

2015-04-30 Thread William Colen
Our third release candidate is ready for testing. RC 2 failed in the
compatibility and regression tests, which are fixed in RC 3.

The RC 3 can be downloaded from here:
http://people.apache.org/~colen/releases/opennlp-1.6.0/rc3/

To use it in a maven build set the version for opennlp-tools or
opennlp-uima to 1.6.0 and add the following URL to your settings.xml file:
https://repository.apache.org/content/repositories/orgapacheopennlp-1002

The current test plan can be found here:
https://cwiki.apache.org/confluence/display/OPENNLP/TestPlan1.6.0

Please sign up for tasks in the test plan.

The release plan can be found here:
https://cwiki.apache.org/confluence/display/OPENNLP/ReleasePlanAndTasks1.6.0

The release contains quite some changes, please refer to the contained
issue list for details.

For your convenience, a copy of the issue list, as well as the release
notes and the readme, can be found in the following link:

http://people.apache.org/~colen/releases/opennlp-1.6.0/rc3/RELEASE_NOTES.html


Thank you,
William


Re: OpenNLP 1.6.0 RC 3 ready for testing

2015-04-30 Thread Russ, Daniel (NIH/CIT) [E]
Any chance of getting my patch (OPENNLP-759) included in the next update?  I 
know that the higher priority items get incorporated first.  If someone has 
some time, it is a simple change.

Dan


On Apr 30, 2015, at 7:57 AM, William Colen wrote:

 Our third release candidate is ready for testing. RC 2 failed in the
 compatibility and regression tests, which are fixed in RC 3.
 
 The RC 3 can be downloaded from here:
 http://people.apache.org/~colen/releases/opennlp-1.6.0/rc3/
 
 To use it in a maven build set the version for opennlp-tools or
 opennlp-uima to 1.6.0 and add the following URL to your settings.xml file:
 https://repository.apache.org/content/repositories/orgapacheopennlp-1002
 
 The current test plan can be found here:
 https://cwiki.apache.org/confluence/display/OPENNLP/TestPlan1.6.0
 
 Please sign up for tasks in the test plan.
 
 The release plan can be found here:
 https://cwiki.apache.org/confluence/display/OPENNLP/ReleasePlanAndTasks1.6.0
 
 The release contains quite some changes, please refer to the contained
 issue list for details.
 
 For your convenience, a copy of the issue list, as well as the release
 notes and the readme, can be found in the following link:
 
 http://people.apache.org/~colen/releases/opennlp-1.6.0/rc3/RELEASE_NOTES.html
 
 
 Thank you,
 William



Re: Automated testing with public data

2015-04-30 Thread Aliaksandr Autayeu
Well, ant is still an extra dependency, though better than wget. Something
like Wagon in Maven?

On 30 April 2015 at 11:02, Richard Eckart de Castilho 
richard.eck...@gmail.com wrote:

 Since OpenNLP is cross-platform/Java-based, something that works
 cross-platform/Java-based might be better than wget.
 I'm using Ant scripts for such tasks.

 -- Richard

 On 29.04.2015, at 17:11, William Colen william.co...@gmail.com wrote:

  +1
 
  The script would also be great for documentation.
 
  2015-04-29 11:15 GMT-03:00 Joern Kottmann kottm...@gmail.com:
 
  Or we just make a download script which bootstraps the users corpus
 folder.
 
  Could be a couple of wget lines or so ...
 
 
  Jörn