Richard Eckart de Castilho
Richard Eckart de Castilho
``` Add new methods that allow components to check for the existence/non-existence of certain types in the CAS. E.g. tokenizers might check whether a reader has already added tokens. A...
The Stanford CoreNLP NER uses an NER combiner that in principle supports running multiple NER models at the same time. However, currently our component only allows passing a single model,...
Also record semantic dependencies from Nlp4JParser. With the new "flavor" feature in the dependency type, we can distinguish between the basic dependencies and such enhanced semantic dependencies without breaking e.g....
Display a configurable notice on first time login and before access to the account is granted. The user must "accept" the notice. If the user does not accept, login will...
As a continuation of "Mark features affected by constraints in UI" #46 we should add tooltips that explain the symbols when the mouse hovers over them - in case of...
The OSGI metadata of org.hl7.fhir.utilities introduces a hard junit dependency. In the Maven POM, JUnit is registered as a provided dependency. Please update the OSGI metadata of the module in...
Apache UIMA uses the p2-layout-resolver maven plugin to access p2 repositories when building bundles using the maven-bundle-plugin. Additionally, we use tycho to build eclipse features and update sites. So far,...
**Is your feature request related to a problem? Please describe.** People may be inclined to try the names from the example code of the documentation on real world data and...
**Describe the bug** When cassis is parsing an array like this: ``` { "%ID" : 11, "%TYPE" : "webanno.custom.LinkType", "role" : "p1", "@target" : 12 }, { "%ID" : 13,...
**What's in the PR** - Moved the two methods to the public TypeSystemUtil class - Deprecate them in the old place and mark them for removal in next major version...