Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split selected entities into new mention #355

Open
andreasvc opened this issue Mar 20, 2021 · 2 comments
Open

Split selected entities into new mention #355

andreasvc opened this issue Mar 20, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@andreasvc
Copy link
Contributor

Multiple entities can be selected in the entity list and merged.

The opposite action would also be useful: select multiple mentions of an entity, and move them to a new entity.

@nilsreiter
Copy link
Owner

You mean individually, moving each mention to its own (new) entity, right?

@nilsreiter nilsreiter self-assigned this May 9, 2021
@nilsreiter nilsreiter added the enhancement New feature or request label May 9, 2021
@andreasvc
Copy link
Contributor Author

Not individually, moving the selected group of mentions to a new entity.

Let's say you have this entity (incorrectly merged by a coreference system):

  • John Doe
  • John
  • Jane Doe
  • Ms Jane Doe

You want to split this into 2 entities, so you select the two Jane mentions, and right click and select "Move into new entity", after which you have:

Entity 1:

  • John Doe
  • John

Entity 2:

  • Jane Doe
  • Ms Jane Doe

(You can of course already do this with scrolling and drag and drop, but with a large entity list, the above is faster).

BTW Currently, when multiple mentions are selected and you right click "New", only a single mention is added to a new entity, which is counter-intuitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants