pub fn rule_based_extract(text: &str) -> Vec<ExtractedEntity>Expand description
Run the rule-based pre-pass — O(n) regex scan, zero model overhead.
Always extracts: uuid, url, email, date (ISO + natural), ipv4.
pub fn rule_based_extract(text: &str) -> Vec<ExtractedEntity>Run the rule-based pre-pass — O(n) regex scan, zero model overhead.
Always extracts: uuid, url, email, date (ISO + natural), ipv4.