A powerful CLI tool and library for spreadsheet manipulation with pandas-style operations.
Supports CSV, Excel (XLSX, XLS, ODS), Parquet, and Avro formats with formula evaluation,
data transformation, and comprehensive analytics capabilities.
//! 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,};