package documentation
NLTK Metrics
Classes and methods for scoring processing modules.
Module | agreement |
Implementations of inter-annotator agreement coefficients surveyed by Artstein and Poesio (2007), Inter-Coder Agreement for Computational Linguistics. |
Module | aline |
ALINE http://webdocs.cs.ualberta.ca/~kondrak/ Copyright 2002 by Grzegorz Kondrak. |
Module | association |
Provides scoring functions for a number of association measures through a generic, abstract implementation in NgramAssocMeasures, and n-specific BigramAssocMeasures and TrigramAssocMeasures. |
Module | confusionmatrix |
No module docstring; 0/1 function, 1/1 class documented |
Module | distance |
Distance Metrics. |
Module | paice |
Counts Paice's performance statistics for evaluating stemming algorithms. |
Module | scores |
No module docstring; 6/7 functions documented |
Module | segmentation |
Text Segmentation Metrics |
Module | spearman |
Tools for comparing ranked lists. |