You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Renaud Richardet (JIRA)" <de...@uima.apache.org> on 2015/08/15 23:56:45 UTC

[jira] [Resolved] (UIMA-4556) MARKTABLE does not support ignoring whitespaces in the entries of the dictionary

     [ https://issues.apache.org/jira/browse/UIMA-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Renaud Richardet resolved UIMA-4556.
------------------------------------
    Resolution: Fixed

Fixed with [http://svn.apache.org/viewvc?view=revision&revision=1696102]

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