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.
- 🦟 Issue #159: Assignment of composed number expression is broken
- 🦟 Issue #161: Right to left wildcard matches too much
Full Changelog: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1
Please use the mailing lists for feedback and the issue tracker to report bugs.
- The modules
ruta-typesystem
andruta-basic-type
do no longer exist as separate modules. They have been merged into theruta-core
module. - Parts of the
ruta-core-ext
module have been merged into theruta-core
module as well. The merged extensions remain extensions and did not become part of the Ruta language. Check what remains in theruta-core-ext
module and remove any dependencies on it if you do not need the extensions it provides.
UIMA Ruta 3.4.1 should be used in combination with
- Java 17 or higher
- UIMA Java SDK 3.5.0 or higher
- uimaFIT 3.5.0 or higher
- Spring Framework 5.3.30 or higher