anno-eval 0.10.0

Evaluation harnesses, datasets, and muxer-backed sampling for anno
1
2
3
4
5
6
7
//! Coreference resolution data structures.
//!
//! This module re-exports the canonical coref types from `anno::core`.
//! See [`anno::core::coref`] for the full documentation.

// Re-export all coref types from `anno::core::coref`.
pub use anno::core::coref::*;