Re: Parameters for PEAR

2017-12-13 Thread Peter Klügl
Hi, if I may join the discussion *putting on my Averbis hat* It's about configuring the annotator packaged as a PEAR. The problem is that we cannot access the analysis engine description and change the parameter values programmatically as it is hidden in the PearSpecifier. The external setting

Re: Parameters for PEAR

2017-12-13 Thread Peter Klügl
Hi Jens, Am 13.12.2017 um 09:53 schrieb Jens Grivolla: > Is there a specific reason to use PEARs? Yes. An example could be to add a previously unknown annotator with its implementation in a running system, e.g. without restarting the application server. (I am not aware of any other

Re: Parameters for PEAR

2017-12-13 Thread Jens Grivolla
Is there a specific reason to use PEARs? As far as I remember (but I could be wrong, it's been a few years), the main advantages of using them (automatic class path configuration, some degree of isolation between components) was lost when we wanted to change configuration parameters because then