Renaud Richardet created UIMA-2390:
--------------------------------------

             Summary: Variables in Variables for RegexAnnotator
                 Key: UIMA-2390
                 URL: https://issues.apache.org/jira/browse/UIMA-2390
             Project: UIMA
          Issue Type: Improvement
          Components: Sandbox-RegexAnnotator
    Affects Versions: 2.4.0Addons
            Reporter: Renaud Richardet
            Priority: Minor
             Fix For: 2.4.0Addons


Hello,

We are successfully using the RegexAnnotator, but would like to use *variables 
in variables* (see example below), is it currently possible?
If not, does anyone has a workaround or code?
If not, we will provide a patch.

Thanks, Renaud 

{code:xml}
<conceptSet>
  <variables>
    <variable name="volume_units" value="(?:k|d|m|M|µ)?(?:l|L|m3)" />
    <variable name="mass_units" value="(?:k|d|m|M|µ)?(?:g)" />
    <variable name="units" value="\v{mass_units}/\v{volume_units}" />
{code} 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to