SkillAgentSearch skills...

Sectionizer

A rule-based Python module for spitting documents into sections.

Install / Use

/learn @medspacy/Sectionizer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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))

<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 Stars12
CategoryDevelopment
Updated1y ago
Forks5

Languages

Jupyter Notebook

Security Score

80/100

Audited on Apr 21, 2024

No findings