Apache UIMA Ruta (TM) v3.3.0

Apache UIMA Ruta™ is a rule-based script language supported by Eclipse-based tooling. The language is designed to enable rapid development of text processing applications within Apache UIMA™. A special focus lies on the intuitive and flexible domain specific language for defining patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench, was created to support the user and to facilitate every step when writing Ruta rules. Both the Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.

This is a feature and bugfix release.

What's Changed

  • ⭐️ Issue #100: Enable type system discovery via SPI in OSGI
  • ⭐️ Issue #102: RutaResourceLoader should consider TCCL
  • ⭐️ Issue #107: Enable loading uimaFIT annotators and other classes through the TCCL
  • ⭐️ Issue #111: Support copy/paste clipboard for feature values in annotation browser view
  • 🦟 Issue #110: Usage of labels within macro action definition is broken
  • ⚙️ Issue #118: Merge type system modules into core module
  • ⚙️ Issue #122: Resolve split package between ruta-core and ruta-core-ext
  • 🩹 Issue #104: Upgrade dependencies

Full Changelog: https://github.com/apache/uima-ruta/compare/rel/ruta-3.2.0...ruta-3.3.0

Please use the mailing lists for feedback and the issue tracker to report bugs.

Compatibility notes

  • The modules ruta-typesystem and ruta-basic-type do no longer exist as separate modules. They have been merged into the ruta-core module.
  • Parts of the ruta-core-ext module have been merged into the ruta-core module as well. The merged extensions remain extensions and did not become part of the Ruta language. Check what remains in the ruta-core-ext module and remove any dependencies on it if you do not need the extensions it provides.

Supported Platforms

UIMA Ruta 3.3.0 should be used in combination with

  • Java 1.8 or higher
  • UIMA Java SDK 3.4.0 or higher
  • uimaFIT 3.4.0 or higher
  • Spring Framework 5.3.25 or higher