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 #851

Closed betoboullosa closed 7 years ago

betoboullosa commented 8 years ago

Update TreeTagger build.xml to create new models due to binary update

kouylekov-usit commented 7 years ago

Hi I am not sure if you are working on that. I have recently used the built script to get the models in the appropriate artifacts and noticed there is URL change for the MACOSX binnary from:

http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/tree-tagger-MacOSX-3.2-intel.tar.gz to http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/tree-tagger-MacOSX-3.2.tar.gz

reckart commented 7 years ago

@kouylekov-usit please feel free to update the build.xml file with the new URL. When you do so, please make sure to change the version of the "bin" JAR to match the timestamp of the new file. You can get that timestamp by checking the last changed header returned by curl -I <url>. Also the version in the pom dependency management would need to be updated then to match the new version in the build.xml file.

tilmanbeck commented 6 years ago

URL-changes of the language parameter files Example: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/bulgarian-par-linux-3.2-utf8.bin.gz moved to http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/bulgarian.par.gz