CposAccuracy stores the statistics necessary to compute coarse-part-of-speech tagging accuracy, which is the percentage of tokens assigned the correct CPOS by the parser.
A ParseScore maps a candidate parse to a score.
A ParseStatistic accrues a particular statistic over (candidate parse, gold parse) pairs.
A ParseStatistic accrues a particular statistic over (candidate parse, gold parse) pairs. Every time .notify() is called, the statistic is updated.
The PathAccuracyScore computes the percentage of a candidate parse's tokens that have a completely correct breadcrumb path (i.e.
The PathAccuracyScore computes the percentage of a candidate parse's tokens that have a completely correct breadcrumb path (i.e. if you follow a token's breadcrumbs to the nexus in both the candidate and the gold parse, you encounter the same set of tokens in the same order).
UnlabeledBreadcrumbAccuracy stores the statistics necessary to compute Unlabeled Attachment Score (UAS), which is the percentage of correct breadcrumbs over a set of candidate parses.
CposAccuracy stores the statistics necessary to compute coarse-part-of-speech tagging accuracy, which is the percentage of tokens assigned the correct CPOS by the parser.
if true, reporting gives more detailed error analysis of the tagging mistakes