Spacy integration

Spacy integration#

spaCy is a library for advanced Natural Language Processing in Python. Medkit supports Spacy in input/output conversion as well as annotator.

Task

Medkit Operation

Load SpacyDocs

SpacyInputConverter

Convert documents to SpacyDocs

SpacyOutputConverter

Annotate segments using a Spacy pipeline

SpacyPipeline

Annotate documents using a Spacy pipeline

SpacyDocPipeline

Detect syntactic relations between entities

SyntacticRelationExtractor

Note

You may refer to medkit.text.spacy for more information.