You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2016/10/06 07:33:20 UTC

[jira] [Updated] (UIMA-5130) Ruta: label feature expression in composed string expression

     [ https://issues.apache.org/jira/browse/UIMA-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-5130:
------------------------------
    Summary: Ruta: label feature expression in composed string expression  (was: Ruta: feature expression in composed string expression)

> Ruta: label feature expression in composed string expression
> ------------------------------------------------------------
>
>                 Key: UIMA-5130
>                 URL: https://issues.apache.org/jira/browse/UIMA-5130
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 2.5.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>             Fix For: 2.5.1ruta
>
>
> Ruta: feature expression in composed string expression is not resolved as feature expression but as simple type expression which leads to the plain string of the expression.
> {noformat}
> NumericValue<-{ANY{INLIST(multipyIndicatorList) -> dim  = dim + 1};}
>         u:Unit {-> u.normalized = null, u.normalizedAscii = null, u.dimension = null, 
>                  u.parsed = ""+ u.parsed + "^" + (dim)};
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)