Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4455

Ruta: conjunctive rule elements not order independent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 2.3.0ruta
    • 2.3.1ruta
    • Ruta
    • None

    Description

      Example:

      This fails:

      (DirectSpeech.SpokenTo{PARTOF(FamilyRelationIndicator)} & DirectSpeech{-> CREATE(Relation, "Agens" = DirectSpeech.Speaker, "Agens2" = DirectSpeech.SpokenTo)});
      

      but this works:

      (DirectSpeech{-> CREATE(Relation, "Agens" = DirectSpeech.Speaker, "Agens2" = DirectSpeech.SpokenTo)} & DirectSpeech.SpokenTo{PARTOF(FamilyRelationIndicator)});
      

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            pkluegl Peter Klügl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: