Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
VeröffentlichenAnmelden
catalog / Healthcare / scispaCy — Biomedical & Scientific NLP Models
◆SkillHealthcareFree

scispaCy — Biomedical & Scientific NLP Models

Allen AI's Apache-2.0 spaCy models for biomedical text with UMLS, MeSH, GO, HPO, and RxNorm entity linking and NER for genes, diseases, chemicals, and proteins.

@ai-supply
Installationen91k
Bewertung★ 4.7
Rezensionen30
↗ Quell-Repository

scispaCy — Biomedical & Scientific NLP Models

scispaCy by AllenAI provides spaCy-compatible NLP models and pipelines specifically trained on biomedical and scientific text (PubMed, MIMIC-III, BC5CDR, JNLPBA). It includes entity linkers for major biomedical ontologies — UMLS, MeSH, Gene Ontology, Human Phenotype Ontology, and RxNorm.

Key Features

  • 5 pre-trained spaCy models (sm/md/lg/transformer variants) for biomedical NER
  • Entity types: disease, chemical, gene, protein, cell line, DNA, RNA, cell type
  • Entity linkers: UMLS (3M+ concepts), MeSH, GO, HPO, RxNorm
  • Abbreviation detection (biomedical abbreviations expand correctly)
  • Fully compatible with the spaCy ecosystem (stanza, transformers pipeline)

Quick Start

pip install scispacy
pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.4/en_core_sci_lg-0.5.4.tar.gz
import spacy, scispacy
from scispacy.linking import EntityLinker

nlp = spacy.load("en_core_sci_lg")
nlp.add_pipe("scispacy_linker", config={"resolve_abbreviations": True, "linker_name": "umls"})
doc = nlp("Metformin is used to treat type 2 diabetes mellitus.")
for ent in doc.ents:
    print(ent.text, ent._.kb_ents[:2])
npx ai-supply add scispacy-biomedical-nlp

Curated mirror of the open-source scispaCy (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Der Marktplatz für KI-Fähigkeiten. Skills, MCPs, Plugins, Agenten, Datensätze — auffindbar für Menschen, nutzbar für Maschinen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Marktplatz
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
  • Umsatzbeteiligung
Konto
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz