uima-ruta icon indicating copy to clipboard operation
uima-ruta copied to clipboard

Apache UIMA Ruta

Results 7 uima-ruta issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ruta-core-ext contains some extension functions that need to be enabled e.g. as ``` createEngineDescription( RutaEngine.class, RutaEngine.PARAM_ADDITIONAL_EXTENSIONS, StringOperationsExtension.class); ``` However, the ruta-core bundle has no optional import of...

🦟 Bug

**Describe the refactoring action** The HTMLParser library used by ruta has not been maintained for over 10 years and is compiled with a very old Java version. It should be...

I am using below versions: versions used: [uimaj-3.4.1] [uimafit-3.4.0] [ruta-3.3.0] [cleartk-3.0.0] java.lang.IllegalArgumentException: Document is ambiguous, use one of the following instead : org.apache.uima.ruta.type.Document uima.tcas.DocumentAnnotation

🦟 Bug
Needs confirmation

**What's in the PR** - cleanup control and listener when page is created twice **How to test manually** * see issue description **Automatic testing** * [ ] PR adds/updates unit...

**Describe the bug** Potential memory leak in Annotation Browser View **To Reproduce** Steps to reproduce the behavior: 1. Open a large CAs in the CAS Editor 2. Close the CAS...

We are getting OOM issues for one of the ruta scripts and text. On part of this we tried enabling the flag simpleGreedyForComposed and tried out and saw our existing...

**Describe the refactoring action** Import internal type systems by name instead of location. E.g. `BasicTypeSystem.xml` imports `RutaInternalTypeSystem.xml` by location instead of by name. **Expected benefit** The `uima-bnd-plugin` is unable to...