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 |
|
Convert documents to SpacyDocs |
|
Annotate segments using a Spacy pipeline |
|
Annotate documents using a Spacy pipeline |
|
Detect syntactic relations between entities |
Note
You may refer to medkit.text.spacy for more information.