class documentation

class TestDisagreement(unittest.TestCase): (source)

View In Hierarchy

Class containing unit tests for nltk.metrics.agreement.Disagreement.

Method test_advanced More advanced test, based on http://www.agreestat.com/research_papers/onkrippendorffalpha.pdf
Method test_advanced2 Same more advanced example, but with 1 rating removed. Again, removal of that 1 rating shoudl not matter.
Method test_easy Simple test, based on https://github.com/foolswood/krippendorffs_alpha/raw/master/krippendorff.pdf.
Method test_easy2 Same simple test with 1 rating removed. Removal of that rating should not matter: K-Apha ignores items with only 1 rating.
def test_advanced2(self): (source)

Same more advanced example, but with 1 rating removed. Again, removal of that 1 rating shoudl not matter.

def test_easy2(self): (source)

Same simple test with 1 rating removed. Removal of that rating should not matter: K-Apha ignores items with only 1 rating.