pub fn parse_temporal_expression(text: &str) -> AbstractTemporalExpressionExpand description
Parse a temporal expression and determine its type and granularity.
This is a lightweight parser for common patterns. For production use, consider integrating with SUTime, HeidelTime, or similar.