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 06:30:22 UTC

[jira] [Created] (UIMA-5128) Ruta: false positive problem in editor for stacked feature expresson on label expression

Peter Klügl created UIMA-5128:
---------------------------------

             Summary: Ruta: false positive problem in editor for stacked feature expresson on label expression
                 Key: UIMA-5128
                 URL: https://issues.apache.org/jira/browse/UIMA-5128
             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: false positive problem in editor for stacked feature expresson on label expression. Example:

{noformat}
((NumericValue{-> CREATE(Measurement, "unit" = mi.low.unit, "value" = NumericValue)} 
    ANY{INLIST(IntervalIndicatorList)} 
    NumericValue{-> CREATE(Measurement, "unit" = mi.low.unit, "value" = NumericValue)})
	    {-PARTOF(MeasurementInterval)}
	    ->{Measurement ANY{INLIST(IntervalIndicatorList)} Measurement{-> GATHER(MeasurementInterval, 1, 3, "low" = 1, "high" = 3)}; }
    SPECIAL.ct=="/")+ 
    mi:@MeasurementInterval;
{noformat}



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