Releases: texttechnologylab/UIMA-Agreement
Releases · texttechnologylab/UIMA-Agreement
Version 1.2.2
Small bug fixes.
Version 1.2.1
Merge pull request #7 from m-stoeckel/master fix: Version 1.2.1, added missing JUnit dependency & merging changes …
Relase Version 1.2.0
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
- 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
Merge pull request #2 from m-stoeckel/standalone Added standalone version
Release 1.0.5
Merge pull request #1 from m-stoeckel/master 1.0.5: Added document level annotation capability
Release 1.0.4
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
AgreementContainers now stores the category names, agreement values and counts in separate arrays.
Pre-release 1.0.3-4
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
Pre-release 1.0.3-3: More fixes. Fixed concurrent modification of view names. Added new api url.