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

Renaud Richardet commented on UIMA-4556:
----------------------------------------

Thanks for adding the fixVersion, will do next time. Also, thanks for adding 
the match context. 

I tried to make the argument optional but did not make it work for antlr3 :-/

API use cases are for an extension to handle ontology files, see 
https://github.com/sherlok/ruta-ontologies

> MARKTABLE does not support ignoring whitespaces in the entries of the 
> dictionary
> --------------------------------------------------------------------------------
>
>                 Key: UIMA-4556
>                 URL: https://issues.apache.org/jira/browse/UIMA-4556
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.3.1ruta
>            Reporter: Renaud Richardet
>            Priority: Minor
>             Fix For: 2.3.1ruta
>
>
> MARKFAST's last parameter allows to specify whether whitespaces in the 
> entries of the dictionary should be ignored. [see 
> docs|https://uima.apache.org/d/ruta-current/tools.ruta.book.html#ugr.tools.ruta.language.actions.markfast]
> MARKTABLE does not support this. One way to add this feature is to support it 
> down to the scripting language. However, it would break backwards 
> compatibility, since it would change the syntax from
> {code}
> MARKTABLE(TypeExpression, NumberExpression, TableExpression 
>           (,BooleanExpression, NumberExpression, 
>           StringExpression, NumberExpression)? 
>           (,StringExpression = NumberExpression)+)
> {code}
> to
> {code}
> MARKTABLE(TypeExpression, NumberExpression, TableExpression 
>           (,BooleanExpression, NumberExpression, 
>           StringExpression, NumberExpression, BooleanExpression)? 
>           (,StringExpression = NumberExpression)+)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to