update readme
Some checks failed
tests / core (macos-latest, py3.11) (push) Has been cancelled
tests / core (macos-latest, py3.12) (push) Has been cancelled
tests / core (macos-latest, py3.13) (push) Has been cancelled
tests / core (ubuntu-latest, py3.11) (push) Has been cancelled
tests / core (ubuntu-latest, py3.12) (push) Has been cancelled
tests / core (ubuntu-latest, py3.13) (push) Has been cancelled
tests / doctor CLI smoke test (push) Has been cancelled

This commit is contained in:
2026-07-20 17:53:52 +00:00
parent 65220d3aca
commit bf968affaa

View File

@@ -239,5 +239,4 @@ 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 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 gets cleaned up (`1.5×10⁻³``1.5×10^-3`), and gel/blot figures get their
captions pulled out separately. captions pulled out separately.
- [ ] Entity linking to MeSH/UniProt identifiers
- [ ] GROBID-based structured citation parsing (server optional, regex today)