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)