[ 
https://issues.apache.org/jira/browse/UIMA-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541370#comment-13541370
 ] 

Tommaso Teofili commented on UIMA-2390:
---------------------------------------

Thanks Renaud, the patch looks good.

                
> 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
>
>         Attachments: RegExAnnotVariablesInVariables.xml, 
> variablesConcept4Ref.txt, variablesInVariables.diff, 
> variablesInVariablesRef.txt, variablesInVariables.xml
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to