//! Core library for selecting semantically representative texts from a larger collection.
//!
//! The public API is organized around three concerns:
//! - input and result data models in [`model`]
//! - embedding providers in [`embedding`]
//! - the elimination algorithm in [`election`]
/// Election configuration and execution.
/// Embedding provider traits and implementations.
/// Error types returned by the library.
/// Serializable data models used by the public API.
pub use ;
pub use ;
pub use ;
pub use ;