Skip to main content

Crate anno_metrics

Crate anno_metrics 

Source
Expand description

Shared evaluation/analysis primitives for anno.

This crate exists to avoid duplicating low-level analysis code across:

  • anno (library backends + analysis features)
  • anno-eval (evaluation harness, datasets, reporting)

It depends only on anno-core (plus serde for serialization), so it can be used by both without creating dependency cycles.

Modulesยง

cluster_encoder
Cluster encoding and merge scoring primitives for cross-context coreference. Cluster encoder for cross-context coreference resolution.
coref
Coreference types (re-exported from anno-core).
coref_metrics
Coreference evaluation metrics. Coreference resolution evaluation metrics.
types
Small shared analysis structs.