Spacy integration#
spaCy is a library for advanced Natural Language Processing in Python.
medkit
supports spaCy
through input and output conversions as well as annotators.
Task |
Operation |
---|---|
Load a spaCy Doc |
|
Convert documents to spaCy Doc |
|
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.