SkillAgentSearch skills...

Cycontext

A Python implementation of the ConText algorithm for clinical text concept assertion using the spaCy framework

Install / Use

/learn @medspacy/Cycontext
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cycontext

A Python implementation of the ConText algorithm for clinical text concept assertion using the spaCy framework.

This package is deprecated!

Development for cycontext has been moved to medSpaCy and should now be installed as:

pip install medspacy
# Option 1: Load with a medspacy pipeline
import medspacy
nlp = medspacy.load()
print(nlp.pipe_names)

# Option 2: Manually add to a spaCy model
import spacy
from medspacy.context import ConTextComponent
nlp = spacy.load("en_core_web_sm")
nlp.add_pipe(ConTextComponent(nlp))

<img src="https://github.com/medspacy/medspacy/raw/master/images/medspacy_logo.png" align="center">

Please see the medSpaCy GitHub page for additional information and documentation.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks0

Languages

Jupyter Notebook

Security Score

75/100

Audited on Feb 23, 2024

No findings