1//! Text analysis operations 2//! 3//! Provides text analysis capabilities including sentiment analysis, 4//! keyword extraction, text statistics, and language detection. 5 6pub use crate::text_analysis::*;