//! Overlap-based chunking with cross-chunk pattern detection
//!
//! This module provides an overlap-based chunking system that can detect and handle
//! patterns (like contractions and possessives) that span chunk boundaries.
// Re-export public types
pub use ;
pub use OverlapProcessor;
pub use ;