Spaces:
Sleeping
Sleeping
File size: 370 Bytes
0ccfe4a | 1 2 3 4 5 6 7 8 9 10 11 | """
Extract biomedical entities from papers using Claude Sonnet.
Resumable — safe to interrupt and re-run.
Usage:
uv run python scripts/extract_entities.py # all papers
uv run python scripts/extract_entities.py --limit 10 # test run
uv run python scripts/extract_entities.py --reset # clear progress and restart
"""
# Stage 4 implementation
|