Hi William,
thanks for the RC. I have tried upgrading DKPro Core to the RC1 and most of
the tests work, however, in one case I get this message:
Caused by: opennlp.tools.util.InvalidFormatException: Model version 1.6.0 is
not supported by this (1.7.0) version of OpenNLP!
at
opennlp.tools.util.model.BaseModel.validateArtifactMap(BaseModel.java:428)
at
opennlp.tools.chunker.ChunkerModel.validateArtifactMap(ChunkerModel.java:88)
at
opennlp.tools.util.model.BaseModel.checkArtifactMap(BaseModel.java:493)
... 48 more
The problematic model is a third-party chunker model:
http://ixa2.si.ehu.es/ixa-pipes/models/chunk-models-1.1.0.tar.gz
file: en-perceptron-conll00.bin
I believe that 1.6.0 models should still work for 1.7.0, right?
Cheers,
- Richard
> On 31.12.2016, at 03:33, William Colen <[email protected]> wrote:
>
> Important note: the release artifacts were signed by KEY - 524A9649
>
> 2016-12-31 0:24 GMT-02:00 William Colen <[email protected]>:
>
>> Hi all,
>>
>> Apache OpenNLP 1.7.0 RC 1 is ready for testing.
>>
>> The RC 1 can be downloaded from here:
>> http://people.apache.org/~colen/releases/opennlp-1.7.0/rc1/
>>
>> To use it in a maven build set the version for opennlp-tools or
>> opennlp-uima to 1.7.0 and add the following URL to your settings.xml file:
>> https://repository.apache.org/content/repositories/orgapacheopennlp-1006
>>
>> The current test plan can be found here:
>> https://cwiki.apache.org/confluence/display/OPENNLP/TestPlan1.7.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.7.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.7.0/
>> rc1/RELEASE_NOTES.html
>>
>> Thank you,
>> William