Document section detector using spaCy for clinical NLP
Project description
Clinical Sectionizer
This package offers a component for tagging clinical section titles in docs.
This package is deprecated!
Development for clinical_sectionizer
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(enable=["sectionizer"])
print(nlp.pipe_names)
# Option 2: Manually add to a spaCy model
import spacy
from medspacy.section_detection import Sectionizer
nlp = spacy.load("en_core_web_sm")
nlp.add_pipe(Sectionizer(nlp))
Please see the medSpaCy GitHub page for additional information and documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file clinical_sectionizer-1.0.0.1.tar.gz
.
File metadata
- Download URL: clinical_sectionizer-1.0.0.1.tar.gz
- Upload date:
- Size: 15.9 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 | afbd0acc93552e288050e7494e839f04be608139c9968ad9156f403f80fc8b98 |
|
MD5 | 0e14da180e7d9d5dcdce23f92e297798 |
|
BLAKE2b-256 | 4ae592d71a0532fb9a57a054990666fc23255ce72d4d61fea422dc9a092c558e |