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.