dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Update Treetagger build.xml md5 hashes #701

Closed Horsmann closed 8 years ago

Horsmann commented 8 years ago
reckart commented 8 years ago

When the MD5 values are changed, the versions need to be updated, the dates of the artifacts need to be updated, the comments in front of the model sections need to be updated.

reckart commented 8 years ago

Unforunately, the dates are not correct. E.g. you put "20151204" for "english-par-linux-3.2-utf8.bin.gz", but the last modification date on the server is "20151119":

$ curl -I http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/english-par-linux-3.2-utf8.bin.gz
HTTP/1.1 200 OK
Date: Fri, 04 Dec 2015 14:42:13 GMT
Server: Apache/2.4.10 (Linux/SUSE)
Last-Modified: Thu, 19 Nov 2015 10:24:39 GMT <<< THIS IS THE RELEVANT DATE
ETag: "332298-524e22aa15dd8"
Accept-Ranges: bytes
Content-Length: 3351192
Content-Type: application/x-gzip

Cf. https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/job/DKPro%20Core%20Documentation%20(GitHub)/de.tudarmstadt.ukp.dkpro.core$de.tudarmstadt.ukp.dkpro.core.doc-asl/doclinks/1/#sect_models

reckart commented 8 years ago

I put in additional steps necessary to properly resolve this into the initial issue description as a checklist.

Horsmann commented 8 years ago

Urhg, I roll it back. Didn't know that it such an effort to update the script.

reckart commented 8 years ago

lol. No need to roll back :) It's good to upgrade the hashes. If you don't want to do the other necessary steps, somebody else will have to do that, but we should not close the issue before they have been completed.