anno 0.10.0

NER, coreference resolution, relation extraction, PII detection, and zero-shot entity types
1
2
3
4
5
6
7
//! Coreference resolution data structures.
//!
//! This module re-exports the canonical coref types from `crate::core`.
//! See [`crate::core::coref`] for the full documentation.

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