From 65220d3aca7ede8ef4c9d986edd18cc8dc49fd2b Mon Sep 17 00:00:00 2001 From: aman Date: Mon, 20 Jul 2026 17:53:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7ef5f6a..a7b5c58 100644 --- a/README.md +++ b/README.md @@ -239,9 +239,5 @@ Gene/protein names go through scispaCy's `en_core_sci_lg`. Chemical formulas and units (µM, ng/mL, kb/Mb/Gb, °C, ×g) get normalized, scientific notation gets cleaned up (`1.5×10⁻³` → `1.5×10^-3`), and gel/blot figures get their captions pulled out separately. - -## TODO - -- [x] Build a knowledge graph from extracted entities/citations (see `kg` commands) - [ ] Entity linking to MeSH/UniProt identifiers - [ ] GROBID-based structured citation parsing (server optional, regex today)