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 2019/11/12 16:37:00 UTC

[jira] [Assigned] (UIMA-6132) Ruta: support label expressions at macro action

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

Peter Klügl reassigned UIMA-6132:
---------------------------------

    Assignee: Peter Klügl

> Ruta: support label expressions at macro action
> -----------------------------------------------
>
>                 Key: UIMA-6132
>                 URL: https://issues.apache.org/jira/browse/UIMA-6132
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 2.7.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>            Priority: Major
>             Fix For: 3.0.0ruta, 2.8.0ruta
>
>
> {noformat}
> ACTION CreateDate(ANNOTATION year, ANNOTATION month, ANNOTATION day) = CREATE(Date, "kind" = "DATE", "year" = year, "month" = month, "day" = day);
> ACTION CreateDateInterval(ANNOTATION startDate, ANNOTATION endDate) = CREATE(DateInterval, "kind" = "DATEINTERVAL", "startDate" = startDate, "endDate" = endDate);
> (day:DayInd{-> d1:CreateDate(d2.year,d2.month,day)} TemporalIntervalEndIndicator 
>     d2:@Date{d2.day!=null, d2.month!=null}){-> CreateDateInterval(d1, d2)};
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)