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
//! Extract spatial information from unstructured text.
//!
//! This module provides geoparsing capabilities for extracting
//! location mentions from text and resolving them to coordinates.
//!
//! # Planned Features
//!
//! - `GeoParser` - Main geoparser interface
//! - `LocationMention` - Extracted location reference
//! - `Gazetteer` - Place name database

// TODO: Phase 6 implementation