[
https://issues.apache.org/jira/browse/UIMA-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Klügl updated UIMA-6246:
------------------------------
Fix Version/s: 3.0.2ruta
2.8.2ruta
> 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
> Priority: Major
> Fix For: 2.8.2ruta, 3.0.2ruta
>
>
> 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)