Skip to content

Releases: quadrama/DramaNLP

2.2.0

06 Jun 15:17
1e1e327
Compare
Choose a tag to compare
v2.2.0

Merge branch 'develop'

2.1.4

16 Jun 23:28
feac8fc
Compare
Choose a tag to compare
  • Bump apache's commons-collections4 to 4.1

2.1.3

23 Apr 17:43
7ab0b39
Compare
Choose a tag to compare
  • Add proper languagetool support by importing the correct language resources (2ef451e)
  • Bug fixes related to

2.1.2

19 Sep 16:42
4770bba
Compare
Choose a tag to compare

Fix bug with character names (c4ce80d)

2.1.1

13 Jun 13:05
04b8ec1
Compare
Choose a tag to compare
  • Fix bug in readme (2409d83)
  • Fix bug in stage direction export (25b2835)

2.1.0

11 Jun 17:14
cedc786
Compare
Choose a tag to compare

2.0.1

13 May 18:20
37e8e4d
Compare
Choose a tag to compare
  • Fix bug regarding error exception handling during the csv export

2.0.0

10 Apr 13:37
4c2b780
Compare
Choose a tag to compare

Changelog

  • handle export for manual coreference annotations
  • export stage directions
    • new table StageDirections.csv
  • add QuaDramA reader
    • in de.unistuttgart.ims.drama.io.co
  • rework UIMA type system
    • new conceptualization of coreference
    • coreference groups
  • export CoNLL format
  • update UIMA versions
    • uima-core v 2.10.2
    • uima-fit v 2.4.0
  • automatically generate XMI test files

1.0.1

26 Aug 05:20
Compare
Choose a tag to compare

Changelog

  • Fixed a bug that caused a crash when empty annotations are read in #57

0.4.4

18 Mar 08:41
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

Changelog

  • Improvements to ClearTkGenderAnnotator:
    • Much longer name lists, better accuracy
    • Gender of a feature is a single feature in the Figure-annotation
    • Added dependency: cleartk-util
  • Added an experimental RDF export of meta data in MetaDataExport
    • Added dependency: jena
<dependency>
  <groupId>de.unistuttgart.ims</groupId>
  <artifactId>de.unistuttgart.ims.drama</artifactId>
  <version>0.4.4</version>
</dependency>