class documentation
class TestDisagreement(unittest.TestCase): (source)
Class containing unit tests for nltk.metrics.agreement.Disagreement.
Method | test |
More advanced test, based on http://www.agreestat.com/research_papers/onkrippendorffalpha.pdf |
Method | test |
Same more advanced example, but with 1 rating removed. Again, removal of that 1 rating shoudl not matter. |
Method | test |
Simple test, based on https://github.com/foolswood/krippendorffs_alpha/raw/master/krippendorff.pdf. |
Method | test |
Same simple test with 1 rating removed. Removal of that rating should not matter: K-Apha ignores items with only 1 rating. |
Same more advanced example, but with 1 rating removed. Again, removal of that 1 rating shoudl not matter.