Re: run existing AE instance on different view

2018-07-16 Thread Jens Grivolla
Hi Marshall, as far as I can tell all the mapping methods described there need to be applied *before* instantiating an AE. The problem is that while I can use CAS.getView(...) or JCas.getView(...) to access the desired view I find no way to call the process() method of an existing AE instance on

Re: run existing AE instance on different view

2018-07-16 Thread Jens Grivolla
Hi Eddie, unfortunately for the most part we can't (easily) change the AEs to make them SofA-aware (many of them come from DKPro). If no better solutions come up, I guess we will go with copying the view to be processed so it is always accessible the same way (either as _InitialView or with a