uimaruta

Mark first sentence in a document


I already have marked Sentences in a document (type: Sentence). How can I mark the first one as the document title? I already tried Sentence{->MARKFIRST(DocTitle)};, but this didn't work.

All the best Philipp


Solution

  • that`s easy:

    # Sentence{-> DocTitle};

    "#" consumes everything until the first Sentence annotation. All the best