Philip did something like this a while back too: https://code.google.com/p/uimafit/issues/detail?id=46
Given that this crops up again every now and then, maybe that functionality should just be added to the UIMA CasCopier. -- Richard Am 14.06.2013 um 10:31 schrieb Peter Klügl <[email protected]>: > Hi, > > I am looking for some functionality to copy a complete view to a > different CAS, however not to the view with the same name, but to a > different one. The CasCopier only supports copying views between two CAS > using the same name. I found some ViewCopier code (ClearTK->uimaFIT), > but only in some issue. uimaFIT's ViewTextCopierAnnotator only copies > the text, I assume. > > Is there already some implementation? > > What I did right now was to slightly modify a copy of CasCopier with > another parameter for specifying the name of the destination view. That > works for me, but I do not really want to commit that class. > > Best, > > Peter
