Skip to content

Annotate Named Entities

schrieveslaach requested to merge feature/annotated-named-entities into master

As an annotator I want to use the Quick Pad Tagger to annotate all kinds of named entities in natural language documents.

Progress:

  • Displaying named entities
  • Adding named entities
  • Removing named entities
  • Selection working correctly with named entities
    • Go to previous/next named entity or token on left/right pressed
    • Display named entity as selected not only the first token of a named entity

Issues

  • Keyboard movement is buggy. Press Selection Left and then Press Move Up does not work.
  • Loading more than one document without restarting does not work correctly.
  • Named Entities have to be removed twice. First time the LabelSpinner collapses but when reselecting a token of the NE, all other tokens that belonged to the NE are selected too.
  • Fix the maximum minimum width of labels in the menu
  • Add methods to suggest selection for adding token to selection
Edited by schrieveslaach

Merge request reports