Skip to content

Commit

Permalink
Add citation information
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Mar 28, 2023
1 parent 8d1b3ff commit eb5aa2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,18 @@ pip install krippendorff
## Caveats

The implementation is fast as it doesn't do a nested loop for the coders. However, `V` should be small, since a `VxV` matrix it's used.

## Citing

If you use this code in your research, please cite Fast Krippendorff:

```bibtex
@misc{castro-2017-fast-krippendorff,
author = {Santiago Castro},
title = {Fast {K}rippendorff: Fast computation of {K}rippendorff's alpha agreement measure},
year = {2017},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/pln-fing-udelar/fast-krippendorff}}
}
```

0 comments on commit eb5aa2e

Please sign in to comment.