A spaCy pipeline component implementing the NegEx algorithm for negating concepts in clinical text. Current version: 1.1.0. Release cadence is sporadic.
pip install negspacyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add negspacy NegEx pipe to spaCy pipeline to detect negated entities.
Upgrade spaCy: pip install spacy>=3.0
Add pipe after 'ner': nlp.add_pipe('negex', after='ner')Use add_pipe pattern.
No dependency data recorded yet.