dkpro-cassis icon indicating copy to clipboard operation
dkpro-cassis copied to clipboard

UIMA CAS processing library written in Python

Results 43 dkpro-cassis issues
Sort by recently updated
recently updated
newest added

Below error came while converting CAS added annotation data to xmi format using to_xmi() function. Error as below , File "C:\working\inception-external-recommender-master\inception-external-recommender-master\inception\lib\site-packages\cassis\cas.py", line 605, in to_xmi return self._serialize(CasXmiSerializer(), path, pretty_print=pretty_print) File...

**Is your feature request related to a problem? Please describe.** When executing code similar to the following: ```sub_annotation = SomeType(...) annotation = SomeOtherType(feature=sub_annotation, ...) cas.add(annotation=annotation) cas.to_xmi("example.xmi") ``` the sub_annotation needs...

🆕Enhancement

**Is your feature request related to a problem? Please describe.** The UIMA JSON CAS spec seems to say that views should be serialized after features. **Describe the solution you'd like**...

🆕Enhancement

**Is your feature request related to a problem? Please describe.** The UIMA JSON CAS spec says that there can be different char offset strategies, but currently only Java -> Python...

🆕Enhancement

**Is your feature request related to a problem? Please describe.** In order to set the document language, I have to search and retrieve the document annotation from the CAS and...

**Is your feature request related to a problem? Please describe.** Right now, it is necessary to set the sofa string and the document language in extra lines after the Cas...

🆕Enhancement

**Describe the bug** The normal sort order for selects and annotation indexes in UIMA is `begin` (asc) `end` (desc). However, cassis sorts `begin` (asc) `end` (asc) and when a `select`...

🐛Bug

**Describe the bug** It is possible to create CAS objects in the UIMA Java SDK that do contain feature structures but not any sofa. XMI representing such CAS objects cannot...

🐛Bug

**Is your feature request related to a problem? Please describe.** From the UIMA Java SDK, I am used to obtaining a type from the type system and then being able...

🆕Enhancement

**Is your feature request related to a problem? Please describe.** Things are named like in Java, e.g. domainType, rangeType. Rename them to domain_type, range_type, ...

🆕Enhancement