dkpro / dkpro-statistics

DKPro Statistics
https://dkpro.github.io/dkpro-statistics
Apache License 2.0
12 stars 4 forks source link

Add support for calculating agreement via mean Dice coefficient #22

Closed logological closed 9 years ago

logological commented 9 years ago

Though it's probably not one of the better measures of interannotator agreement, I have frequently seen pairs of set-valued annotations compared by means of the Dice coefficient: 2 × | A ∩ B | ÷ (|A| + |B|) The coefficients are then averaged across all instances.

It would be nice if DKPro Statistics were able to reproduce such measurements.