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

Ruta: Setting features of a created annotation according to the matched annotation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0ruta
    • 2.2.0ruta
    • Ruta
    • None

    Description

      I would like to create an annotation with one attribute that takes the value of an attribute of the matched annotation.

      For example:

      DECLARE Annotation TMP_VALUE (INT resolvedByBegin);
      CONCEPT_ROOT {
      ->CREATE(TMP_VALUE, "resolvedByBegin" = CONCEPT_ROOT.resolvedBy.begin)
      };

      where resolvedBy is an annotation feature of CONCEPT_ROOT.

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            mtoepfer Martin Toepfer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: