Skip to content

Releases: nilsreiter/CorefAnnotator

1.8.0-alpha2

08 Feb 15:13
Compare
Choose a tag to compare
1.8.0-alpha2 Pre-release
Pre-release

Changelog

  • It's now possible to create new flags that can be assigned to entities, mentions, and detached mention parts. The flags can be created with the flag editor (in the tools menu). #126
  • The text field in the search dialog is now automatically in focus when the window is opened #159
  • The text field now maintains previous searches #161

1.7.2

08 Feb 14:49
Compare
Choose a tag to compare

Changelog

  • Fixed a bug that prevented loading files when run on OpenJDK #166

1.8.0-alpha1

07 Feb 06:55
Compare
Choose a tag to compare
1.8.0-alpha1 Pre-release
Pre-release

This release only contains the code related to #126 and should be used for testing only

Changelog

  • Editing flags to mark entities, mentions and detached mention parts #126

Remaining issues

  • Currently, each newly created flag gets a UUID which is used internally as a reference. Since this happens per document, flags with the same label (and icon etc.) have different UUIDs. Merging the documents leads to two flags for the same thing.

1.7.1

01 Feb 07:02
Compare
Choose a tag to compare

Changelog

  • Fixed a bug that changed the entity name to null if its' properties are changed #163
  • Fixed a bug that showed a wrong icon when editing the entity name #164
  • It's no longer possible to rename mentions

1.7.0

29 Jan 19:08
Compare
Choose a tag to compare

Changelog

  • If a group contains more than two entities, the number of additional entities is now displayed in the label #156
  • Long entity names are now abbreviated, but tooltips show the full name
  • Entity names can be edited by double clicking on it in the tree view #152
  • Deleting a mention no longer collapses the entity tree, even if the tree is automatically sorted by mention count (in this case, the expanded sub tree may be moved). #155

1.6.1

24 Jan 15:55
Compare
Choose a tag to compare

Changelog

  • Fixed a bug with the export to TEI. XML ids may now include special characters #157

v1.6.0

23 Oct 05:58
Compare
Choose a tag to compare

Changelog

  • Removed commenting system #130
  • Context menu in the text view is now flatter #146
  • Clicking on an entity now highlights all mentions of it #142
  • If segments are annotated in the XMI file, they can now be
    displayed in the scroll bar. This is a preparation for segment
    support, and not yet directly usable. #84
  • The search panel now has a second tab that allows searching for
    mention flags #42

1.6.0-beta1

23 Oct 05:49
Compare
Choose a tag to compare
1.6.0-beta1 Pre-release
Pre-release

Changelog

  • Removed commenting system #130
  • Context menu in the text view is now flatter #146
  • Clicking on an entity now highlights all mentions of it #142
  • If segments are annotated in the XMI file, they can now be
    displayed in the scroll bar. This is a preparation for segment
    support, and not yet directly usable. #84
  • The search panel now has a second tab that allows searching for
    mention flags #42

v1.5.6

20 Oct 07:37
Compare
Choose a tag to compare

Changelog

  • Fixed an issue that prevented merging compressed files #150

1.5.5

06 Sep 07:34
Compare
Choose a tag to compare

Changelog

  • Fixed an issue that resulted in copied mentions #141