Rust spreadsheet CLI, library, and MCP server for reading, writing, converting, and analyzing XLSX, XLS, CSV, ODS, Parquet, and Avro with pandas-style operations.
//! Text analysis operations
//!//! Provides text analysis capabilities including sentiment analysis,
//! keyword extraction, text statistics, and language detection.
pubmodanalyzer;pubmodhelpers;pubmodtypes;// Re-export main types for convenience
pubuseanalyzer::TextAnalyzer;pubusetypes::{
Importance, Keyword, KeywordResult, LanguageResult, Sentiment, SentimentResult, SentimentWords,
TextStats,};