spatial-narrative 0.1.0

A Rust library for representing, analyzing, and working with narratives that unfold across real-world geographic space
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Natural language processing utilities.
//!
//! This module provides text analysis tools for working with
//! narrative text, including entity extraction and keyword analysis.
//!
//! # Planned Features
//!
//! - `TextAnalyzer` - Named entity recognition
//! - `KeywordExtractor` - Keyword and topic extraction
//! - Language detection

// TODO: Phase 6 implementation