Richard Eckart de Castilho
Richard Eckart de Castilho
- [ ] add mapping support for dependencies - [ ] record tagset See also: - Issue #606
Enhance build.xml files to include a LICENSE.txt file in the packaged model JARs
Cf. #1029 **StanfordSegmenter** - [X] handle `ALWAYS` - [ ] handle `TWO_CONSECUTIVE` **CoreNlpSegmenter** - [ ] handle `ALWAYS` - [ ] handle `TWO_CONSECUTIVE`
**Describe the refactoring action** Include uimaFIT artifacts in binary distribution. **Expected benefit** All in one package.
**Describe the refactoring action** Remove the uimaj-component-test-util module. **Expected benefit** It is not used anywhere.
**Describe the bug** The JCas classes have an "offset" assigned to their features. When committing a type system, these offsets are set the first time a type system is committed...
**Describe the bug** Let's assume with have a CAS with two types, `T` and `S` where `S` is a subtype of `T`. **To Reproduce** Now let's assume we are in...
**Describe the refactoring action** Rename PearPackagingMavenPlugin to e.g. `uima-pear-maven-plugin`. **Expected benefit** Align with typical naming conventions for maven plugins.
**Describe the refactoring action** Run static code analyze and clean up code. **Expected benefit** Better maintainability.
Since Ollama has prompt caching now (right?), it would be great if the utilization of the cache could be returned in requests. E.g. the OpenAI-compatible API could be extended with...