[
https://issues.apache.org/jira/browse/UIMA-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Klügl updated UIMA-6246:
------------------------------
Description:
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}
> 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
>
> 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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)