You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (Jira)" <de...@uima.apache.org> on 2021/03/23 16:59:00 UTC

[jira] [Work started] (UIMA-6246) Ruta: right to left matching skips span after greedy question quantifier

     [ https://issues.apache.org/jira/browse/UIMA-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on UIMA-6246 started by Peter Klügl.
-----------------------------------------
> Ruta: right to left matching skips span after greedy question quantifier
> ------------------------------------------------------------------------
>
>                 Key: UIMA-6246
>                 URL: https://issues.apache.org/jira/browse/UIMA-6246
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>            Priority: Major
>             Fix For: 2.9.0ruta, 3.1.0ruta
>
>
> It was observed in a rule like:
> {noformat}
> ((chunkType{-PARTOF(Enumeration),-PARTOF(ChunkCombineBlocker) -> Member} SPECIAL.ct=="-"? COMMA)* 
> 	    chunkType{-PARTOF(Enumeration) -> Member} SPECIAL.ct=="-"?{-PARTOF(chunkType)} COMMA?{-PARTOF(chunkType)}
> 	    @EnumIndicator{-PARTOF(Enumeration)} chunkType{-PARTOF(Enumeration),-PARTOF(ChunkCombineBlocker) -> Member}){-> Enum()};
> {noformat}
> Between EnumIndicator and the first left chunkType, several chunkType are skipped.



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