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

             Summary: Allow arbitrary string expressions instead of only string 
variables in REGEXP condition
                 Key: UIMA-2955
                 URL: https://issues.apache.org/jira/browse/UIMA-2955
             Project: UIMA
          Issue Type: New Feature
          Components: ruta
    Affects Versions: 2.0.1ruta
            Reporter: Peter Klügl
            Assignee: Peter Klügl
            Priority: Minor
             Fix For: 2.0.2ruta


Allow arbitrary string expressions instead of only string variables in REGEXP 
condition. 

Something like the following should be possible:

{noformat}
Token{REGEXP(Token.posTag, "VB.")};
{noformat}

Also check the other language elements, if there restrictions on variables 
instead of expressions.

--
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

Reply via email to