Richard Eckart de Castilho
Richard Eckart de Castilho
**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...
**Describe the bug** The cassis `cas_with_collections` test uses a type system in which a type is derived from `uima.cas.StringArray`. Loading this type system in the UIMA Java SDK produces an...
**Is your feature request related to a problem? Please describe.** I think it would be great if the CAS API in cassis would also offer predicates such as "contains" or...
**Is your feature request related to a problem? Please describe.** Coming from Java, I would expect there to be `Cas.get/set_document_text()` and `Cas.get/set_document_language()` methods, but there is only `sofa_string()` **Describe the...
Issue #234: Using builtin annotation classes before creating a CAS can break type system management
**What's in the PR** - Try fixing the case if a JCCI was created with a bad type ID because the type ID had not been set yet **How to...
**Is your feature request related to a problem? Please describe.** UIMA does not work well in OSGi environments where JCas classes are distributed across different bundles. Cf. https://issues.apache.org/jira/browse/UIMA-6468 UIMA assume...
**JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6436 **What's in the PR** - Change deprecation marker - More detail on updating the website **How to test manually** * No specific test procedure **Automatic testing** *...
**JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6468 **What's in the PR** - Added test - Added a smart little classloader in the test code which works around the problem **How to test manually** *...
Switch names: - groupId / package prefix: `org.dkpro.jwpl` - artifactIds / module subdirectpries: `dkpro-jwpl-XXX`
We have a Maven-based checkstyle configuration compatible with the [DKPro style profiles](https://dkpro.github.io/contributing/) in DKPro Core. This could be transferred to JWPL.