[
https://issues.apache.org/jira/browse/UIMA-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Klügl resolved UIMA-4369.
-------------------------------
Resolution: Fixed
fixed
> syntax simplification for matching condition
> --------------------------------------------
>
> Key: UIMA-4369
> URL: https://issues.apache.org/jira/browse/UIMA-4369
> Project: UIMA
> Issue Type: Improvement
> Components: ruta
> Affects Versions: 2.3.0ruta
> Reporter: Renaud Richardet
> Assignee: Peter Klügl
> Priority: Minor
> Fix For: 2.3.0ruta
>
> Attachments: Document-filelist.txt, Document.diff
>
>
> Below a proposal to make the Ruta syntax more succinct:
> If no matching rule is specified, the whole document (DocumentAnnotation) is
> implicitely used.
> {code}
> // before
> Document{-> MARKFAST(Animal, 'Animals.txt')};
> // after
> MARKFAST(Animal, 'Animals.txt');
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)