pub fn analyze_text( text: &str, stopwords: &HashSet<String>, ngram: usize, context: usize, ) -> AnalysisResult
Main text analysis function.