Skip to content

Releases: texttechnologylab/UIMA-Agreement

Version 1.2.2

04 Mar 10:21
ee3e5d8
Compare
Choose a tag to compare

Small bug fixes.

Version 1.2.1

01 Mar 14:25
db48449
Compare
Choose a tag to compare
Merge pull request #7 from m-stoeckel/master

fix: Version 1.2.1, added missing JUnit dependency & merging changes …

Relase Version 1.2.0

01 Mar 13:25
8b43414
Compare
Choose a tag to compare

Changes:

  • Refactored packages: Coding & Unitizing studies are now in their own
    packages, as are serialization classes, TTLab special classes and the
    new relational agreement classes.
  • Added classes for relational agreement calculation.
  • Updated dependencies.

All tests pass.

BREAKING CHANGE: All classes are now in different packages.

Release Version 1.1.0

02 Apr 11:31
aa6fe97
Compare
Choose a tag to compare
  • Standalone version is now on the master branch & package has been changed to org.texttechnologylab:uima-agreement
  • Updated TTLab & DKPro dependecies
  • Refactored & cleaned up code and ran inspections

1.0.6 standalone version

19 Feb 16:09
e6b0c3e
Compare
Choose a tag to compare
Merge pull request #2 from m-stoeckel/standalone

Added standalone version

Release 1.0.5

03 Dec 11:41
52480c1
Compare
Choose a tag to compare
Merge pull request #1 from m-stoeckel/master

1.0.5: Added document level annotation capability

Release 1.0.4

27 Nov 16:31
Compare
Choose a tag to compare
1.0.4: Updated some dependencies

- The TextAnnotatorRepositoryCollectionReader, CountMap and IndexMap
were moved to the org.texttechnologylab.utilities package.
- Minor fix: the CodingIAACollectionProcessingEngine.calcualteAgreement
method' agreement measure switch now uses its own static fields instead
of hardcoded strings.

Pre-release 1.0.3-5

06 Sep 11:33
Compare
Choose a tag to compare
Pre-release 1.0.3-5 Pre-release
Pre-release

AgreementContainers now stores the category names, agreement values and counts in separate arrays.

Pre-release 1.0.3-4

05 Sep 17:53
Compare
Choose a tag to compare
Pre-release 1.0.3-4 Pre-release
Pre-release
Pre-release 1.0.3-4: Double NaN fixes.

Fixed multiple occurrences of NaN values when only a single annotation
is given of a category for coding studies. Reverted prefix pruning to
none by default. Added a coding test. Removed deprecated dependency to
hucompute.utilities.

Pre-release 1.0.3-3

04 Sep 13:36
Compare
Choose a tag to compare
Pre-release 1.0.3-3 Pre-release
Pre-release
Pre-release 1.0.3-3: More fixes.

Fixed concurrent modification of view names. Added new api url.