pub fn analyze_path_combined(
path: &str,
stopwords: Option<String>,
ngram: usize,
context: usize,
export_format: ExportFormat,
entities_only: bool,
) -> Result<AnalysisReport, String>Expand description
Analyze all found files as a single corpus (“–combine” mode).