You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Michael Stenger (Jira)" <de...@uima.apache.org> on 2021/03/25 13:53:00 UTC

[jira] [Created] (UIMA-6347) Ruta: Inconsistency between Guide and Interpreter on TOTALCOUNT syntax

Michael Stenger created UIMA-6347:
-------------------------------------

             Summary: Ruta: Inconsistency between Guide and Interpreter on TOTALCOUNT syntax
                 Key: UIMA-6347
                 URL: https://issues.apache.org/jira/browse/UIMA-6347
             Project: UIMA
          Issue Type: Documentation
          Components: Ruta
    Affects Versions: 3.0.1ruta, 2.8.1ruta
            Reporter: Michael Stenger
             Fix For: 2.9.0ruta, 3.1.0ruta


Hi.

In the Ruta Guide, section 2.7.26.1 on the syntax definition of condition TOTALCOUNT, it says
{noformat}
TOTALCOUNT (Type (, NumberExpression, NumberExpression (, Variable)?)?)
{noformat}
However, analogous to the other COUNTs, it seems totally fine to just use type and numberĀ  variable and omit the number expressions in between. Hence, I suggest to adjust the definition to, say,
{noformat}
TOTALCOUNT (Type (, NumberExpression, NumberExpression)? (, NumberVariable)?)
{noformat}
Best regards,
 Michael



--
This message was sent by Atlassian Jira
(v8.3.4#803005)