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

TextMarker: Sequential matching is broken for incomplete partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0TextMarker
    • 2.0.0TextMarker
    • Ruta
    • None

    Description

      When there is no seeder used for a TextMarker engine and the processed document's annotations do not form a partition (there are passages where there are no annotations in the document) rules which should match do not match any more.
      e.g.:
      "This is a test" with annotations WORD on "This", "is", "a", "test", but not on the spaces inbetween, the rule "WORD[2]

      { -> MARK(CombinedWord)}

      ;" does not fire, because there are not WORD[2] combinations in the document.

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            fette Georg Fette
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: