Georg Fette created UIMA-3115:
---------------------------------

             Summary: fusion of block syntax and annotation specification syntax
                 Key: UIMA-3115
                 URL: https://issues.apache.org/jira/browse/UIMA-3115
             Project: UIMA
          Issue Type: Improvement
          Components: ruta
            Reporter: Georg Fette
            Priority: Minor


It would be a nice syntax improvement if block definitions and annotation 
specifications with curly brackets are written with the same syntax. I.e.:
Document { CW NUM { -> MARK(MyAnnot) } }
=
BLOCK(MyBlockName) Document { CW NUM { -> MARK(MyAnnot) } }
The style without the block syntax will be an anonymous block but that would be 
okay.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to