Richard Eckart de Castilho
Richard Eckart de Castilho
I am unable to get the EnglishC2DConverter working. The following lines reproduce the problem. ``` // This is an example from "src/test/resources/constituent/functionTags.parse" String pennTree = "(TOP (S (NP-SBJ (NP (CC...
The `tycho-p2-repository:assemble-repository` generates the `.asc` files and I can also see the `gpg.*` properties appear in the artifacts.xml - but for some reason the `pgp.publicKeys` is **HUGE** - and the...
Using Safari (Version 12.0.2 (13606.3.4.1.4)), the relation arrows are not displayed. Tested on https://paperai.github.io/pdfanno/latest/  Seems to work with Chrome though.
When trying tp import https://raw.githubusercontent.com/amir-zeldes/gum/master/coref/gum/tsv/GUM_academic_art.tsv into INCEpTION, the process fails with an error indicating that a disambiguation ID is not used properly. It appears that in the following line there...
**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**...
**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...
**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...
**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`...
**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...