apache / uima-ruta

Apache UIMA Ruta
https://uima.apache.org
Apache License 2.0
17 stars 5 forks source link

Unexpected behavior of "+" operator #139

Closed Theresa93 closed 1 year ago

Theresa93 commented 1 year ago

Describe the bug There seems to be a bug with an expression like A (B)+ @C (reversing through an expression in brackets with a "+" operator)

To Reproduce Steps to reproduce the behavior: Go to https://dopamin.averbis.intern/iruta/notebooks/user/klumpp/Ruta-Bug-23-08-21.ipynb or see screenshots below.

Expected behavior In the example on iRuta above, I would expect MyAnnotation on "a".

Screenshots Unexpected behavior: image

Correct behavior (without brackets): image

pkluegl commented 1 year ago

Thanks for reporting this problem. It will be fixed in the upcoming release.