ConText algorithm using spaCy for clinical NLP
Project description
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))
Please see the medSpaCy GitHub page for additional information and documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cycontext-1.0.3.3.tar.gz
(19.7 kB
view details)
File details
Details for the file cycontext-1.0.3.3.tar.gz
.
File metadata
- Download URL: cycontext-1.0.3.3.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2b2330fcea85ae5f0c8bc0fc8aa4441f617f4bb3ca71975320a8ec14d704967 |
|
MD5 | 4033f5498ff7a7d8f1e1f1f05c3b1ed3 |
|
BLAKE2b-256 | 3a506353fbdb9b02bcad985d75fda1665fbb6033fb3969ad0e8d73cce79dc356 |