[
https://issues.apache.org/jira/browse/UIMA-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Klügl reassigned UIMA-4455:
---------------------------------
Assignee: Peter Klügl
> Ruta: conjunctive rule elements not order independent
> -----------------------------------------------------
>
> Key: UIMA-4455
> URL: https://issues.apache.org/jira/browse/UIMA-4455
> Project: UIMA
> Issue Type: Bug
> Components: ruta
> Affects Versions: 2.3.0ruta
> Reporter: Peter Klügl
> Assignee: Peter Klügl
> Fix For: 2.3.1ruta
>
>
> Example:
> This fails:
> {noformat}
> (DirectSpeech.SpokenTo{PARTOF(FamilyRelationIndicator)} & DirectSpeech{->
> CREATE(Relation, "Agens" = DirectSpeech.Speaker, "Agens2" =
> DirectSpeech.SpokenTo)});
> {noformat}
> but this works:
> {noformat}
> (DirectSpeech{-> CREATE(Relation, "Agens" = DirectSpeech.Speaker, "Agens2" =
> DirectSpeech.SpokenTo)} &
> DirectSpeech.SpokenTo{PARTOF(FamilyRelationIndicator)});
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)