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

Rewrite build.xml for TreeTagger module #228

Open reckart opened 9 years ago

reckart commented 9 years ago
The build.xml for the treetagger module is rather complex , special, and not up-to-date
with current standards:

- it still uses macros 0.4.0
- it does not separate into upstream and model jars
- it packages tagger and chunker models into the same jar
- it packages models for BE and LE platforms into the same jar (should also stay that
way, or BE should be dropped)
- it still uses tagger.tagset and chunker.tagset metadata entries
- it has its own special macros

Original issue reported on code.google.com by richard.eckart on 2013-09-15 09:50:54

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-03-24 22:26:03

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-03-26 10:51:39

reckart commented 9 years ago
This issue was updated by revision r2438.

Original issue reported on code.google.com by richard.eckart on 2014-05-05 22:09:00

reckart commented 9 years ago
This issue was updated by revision r2459.

Original issue reported on code.google.com by richard.eckart on 2014-05-08 19:59:52

reckart commented 9 years ago
Binaries not yet covered by new script.

Original issue reported on code.google.com by richard.eckart on 2014-05-08 20:14:02

reckart commented 9 years ago
This issue was updated by revision r2612.

- Added target for binaries (basically copying over the old ones including macros -
could be done better).

Original issue reported on code.google.com by richard.eckart on 2014-07-07 15:59:53

reckart commented 9 years ago
This issue was updated by revision r2613.

- Fix binary jar name.

Original issue reported on code.google.com by richard.eckart on 2014-07-07 16:04:34

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-10-05 06:39:51