On 14.06.2013 10:31, Peter Klügl wrote: > 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.
Let me be more specific: I do not really want to commit that class to ruta-core, but if someone volunteers to validates the changes I could commit the changes to the CasCopier. Peter > Best, > > Peter
