You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition:
Use spaCy NER model to extract date/time entities from email body (e.g., "May 15", "next Friday", "2025-05-15 14:00"). Fallback to regex patterns. Normalize all dates to ISO 8601 format.
Note
Fully integrated spaCy en_core_web_sm model for NER date/time parsing with relative date normalization and regex fallback.
Task: CAL-01 | NER Date/Time Extraction
Estimated Hours: 1h | Owner: MK | Priority: P0 | Status: Completed
Definition:
Use spaCy NER model to extract date/time entities from email body (e.g., "May 15", "next Friday", "2025-05-15 14:00"). Fallback to regex patterns. Normalize all dates to ISO 8601 format.
Note
Fully integrated spaCy
en_core_web_smmodel for NER date/time parsing with relative date normalization and regex fallback.Acceptance Criteria:
en_core_web_smextracts date entities2025-05-14T14:00:00Z{date: str, time: str, confidence: float}None