Skip to content

sunyangfu/IAA_Calculator

Repository files navigation

IAA Calculator for MAE

Prerequisites

python 3.0 above

MAC or Linux

Configuration

  1. Place .dtd file to IAA_Calculator/input/dtd

  2. Place annotated .xml files to IAA_Calculator/input/annotation/ann1 IAA_Calculator/input/annotation/ann2

  3. Open config.yml, modify corpus path and .dtd path corpus path example: full_direcctory + IAA_Calculator/input/annotation/ (do not put ann1 or ann2) dtd path example: full path + IAA_Calculator/input/dtd

Run program

By default this will output the concept specific agreement and total averaged agreement

python main.py

To modify the span ratio:

python main.py -ratio 0.7

To output the mis-matched cases:

python main.py -mismatch 1

To visualize annotation results:

python main.py -vis 1

To perform all features:

python main.py -vis 1 -mismatch 1 -ratio 0.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published