Nope, the issue is still open. The code is originally from ClearTK but
was removed there and move to this issue in case it'd be needed again.

Looks like it hasn't been needed again so far. I think though, that 
I occasionally pointed people there. 

I also did such a modified CasCopier once for DKPro Core [1]. 

-- Richard

[1] 
https://dkpro-core-asl.googlecode.com/svn/de.tudarmstadt.ukp.dkpro.core-asl/trunk/de.tudarmstadt.ukp.dkpro.core.castransformation-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/castransformation/CasCopier.java

Am 14.06.2013 um 10:41 schrieb Peter Klügl <[email protected]>:

> On 14.06.2013 10:37, Richard Eckart de Castilho wrote:
>> 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.
> 
> Yes, I also found this issue, but is this class actually included in
> uimaFit? Maybe I missed it.
> 
> Best,
> 
> Peter
> 
>> -- 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
> 

Reply via email to