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 2013/08/28 17:52:51 UTC

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

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

             Summary: 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.0.2ruta
            Reporter: Peter Klügl
            Assignee: Peter Klügl


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira