contract-entity-extractor/ ├── src/ │ └── contract_entity_extractor/ │ ├── cli.py # CLI entry point (Typer) │ ├── core.py # Extraction logic │ ├── models.py # Data models │ ├── patterns.py # Regex ...
This project addresses a critical challenge in medical informatics: extracting structured information from unstructured clinical text. Healthcare systems generate vast amounts of clinical notes daily, ...