//! New unified API for sakurs-core
//!
//! This module provides a clean, intuitive interface for sentence segmentation
//! that hides internal implementation details and provides a consistent API
//! for both CLI and Python bindings.
pub use ;
pub use ;
pub use Input;
pub use Language;
pub use ;
pub use SentenceProcessor;