Richard Eckart de Castilho
Richard Eckart de Castilho
I know that code and so far as I know, it does not use FSArray/multi-valued features. Please provide a piece of code that does use FSArray/multi-valued features in the way...
Let's ask differently: * Which version of dkpro cassis are you using? * Do you know if your datas contain any FSArray/multi-valued feature at all? (Is it a problem with...
Looking at this code, it appears to me that no FSArray is added here - so I assume it must be already in the data that you receive from the...
Closing issue as there as no further feedback.
The following cases are possible: * CAS contains exactly one `org.apache.uima.jcas.tcas.DocumentAnnotation` annotation * CAS contains more than one `org.apache.uima.jcas.tcas.DocumentAnnotation` annotation (in DKPro Core, this would be considered a bug, but...
Here is a single type system file for a start which includes most DKPro Core types (not all, but all important ones - i.e. those from the API modules that...
@Rentier I have tried extracting most of the "internal" type system of UIMA. Mind this is only an indicative type system XML file to give you an easier overview of...
Note that the TS does not include any built-in types which do **not** have a parent type. That's specifically the `uima.cas.TOP` type.
@Rentier what about CASes natively created in Cassis and then serialized?
I think we have the inhertiance-final now, but not the feature-final.