//! Text analysis: tokenization, n-grams, TF-IDF, link extraction
//!
//! This module handles:
//! - Unicode-aware word tokenization
//! - N-gram (bigram, trigram) extraction
//! - Term frequency computation
//! - TF-IDF scoring (requires global pass)
//! - Link/citation pattern matching
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;