Regex-based field extraction (prices, dates, specs) #2

Open
opened 2026-06-14 18:00:04 +00:00 by glow · 0 comments
Owner

Extract structured fields using pre-compiled regex patterns. No LLM.

Fields:

  • Prices: EUR/GBP/USD
  • Dates: ISO, US/EU, long/short month
  • Specs: key-value pairs

Files:

  • extractor/fields.py
  • tests/test_fields.py (16 tests)

Status: implemented and tested

Extract structured fields using pre-compiled regex patterns. No LLM. Fields: - Prices: EUR/GBP/USD - Dates: ISO, US/EU, long/short month - Specs: key-value pairs Files: - extractor/fields.py - tests/test_fields.py (16 tests) Status: implemented and tested
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
glow-all/sibyl-extractor#2
No description provided.