Renaud Richardet created UIMA-4556:
--------------------------------------
Summary: 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)