managing resources for UIMA?

2013-05-22 Thread Jens Grivolla
Hi, while not strictly a UIMA issue, we have a problem that seems very relevant in the context of UIMA analysis engines: how to manage large binary resources such as trained models used by an AE, etc. So far, we have managed to achieve a good separation between code development and the actual

Re: managing resources for UIMA?

2013-05-22 Thread Richard Eckart de Castilho
Hi Jens, for DKPro Core [1], we have packaged a large number of models as Maven artifacts and host them in our public Maven repository [1]. We have made good experiences with this approach. Please do feel free to make use of these packages. To package models, we use a set of ant-macros [2]