Giter VIP home page Giter VIP logo

iaacalculator's Introduction

IAACalculator V0.0.6 [[deprecated]please switch to version 2] https://github.com/MartinJewski/IAACalculatorV2

The IAACalculator calculates the iaa score for two or more annotator's using the Percentage-, RandolphKappa- or Bennett's agreement.

Infos:

The basic tsv file that contains the data must have the following structure or it won't work:

[sentenceID verb sentence Annotator1 ...... AnnotatorN]

Furthermore it takes into account, that annotator's didn't annotate all sentences equally, which results in a "*" at the specific cell that should contain a sense number like "784421"(see below).

[id-s10-0 sagen Gesagt, alle Mann und Frau getan. 12345 * * * * * * 54321 * ]

The DKPro package is used to calculate the iaa scores, the "*" changes to null values, via parsing, to match the needs addItem function inside the CodingAnnotationStudy class.

[id-s10-0 sagen Gesagt, alle Mann und Frau getan. 12345 null null null null null null 54321 null ]

It should be mentioned that the Bennett's agreement works for only 2 Annotators.


the programm was written in a few days and thats why some outputs have pairwise agreement calculations for the first description row due to a sloppy coding, sorry for that!:)<<<


Starting

(tested on windows, with JavaSE-1.8) Input path should contain the name of the tsv file with .tsv at the end. in: ...\path\iaaFile.tsv out: ...\path\folder

for the method just write the mentioned method name.

iaacalculator's People

Contributors

martinjewski avatar

Watchers

James Cloos avatar

Forkers

hemati

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.