[ https://issues.apache.org/jira/browse/UIMA-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter Klügl resolved UIMA-6246. ------------------------------- Resolution: Fixed > 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)