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 2014/02/18 17:42:19 UTC

[jira] [Closed] (UIMA-3229) Investigate rule performance dependent of previous rules

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

Peter Klügl closed UIMA-3229.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2.1ruta)
                   2.2.0ruta

was a side effect of the flawed rule inference

> Investigate rule performance dependent of previous rules
> --------------------------------------------------------
>
>                 Key: UIMA-3229
>                 URL: https://issues.apache.org/jira/browse/UIMA-3229
>             Project: UIMA
>          Issue Type: Task
>          Components: ruta
>    Affects Versions: 2.1.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>             Fix For: 2.2.0ruta
>
>
> Investigate rule performance dependent of previous rules:
> {noformat}
> ...
> ANY{POSITION(Document, 1)-> Header}; // [0.274s|93.52%]
> Header{->SHIFT(Header, 1, 2)} ANY[0,49];  // [0.090s|3.07%]          
> ToDelete{POSITION(Header, 1) -> UNMARK(ToDelete)}; // [0.030s|1.02%]
> {noformat}
> {noformat}
> ...
> ANY{STARTSWITH(Document)-> Header};  // [0.047s|50.00%]          
> Header{->SHIFT(Header, 1, 2)} ANY[0,49];  // [0.029s|30.85%]          
> ToDelete{POSITION(Header, 1) -> UNMARK(ToDelete)}; // [0.011s|11.7%]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)