Skip to main content

Module external_nlp

Module external_nlp 

Source
Expand description

External NLP Service Client

REST client for connecting to external NLP services (SpaCy, Stanza, etc.) following the defined OpenAPI specification.

Structsยง

EntityDto
Entity as returned by the external service.
ExternalNlpExtractor
Client for external NLP extraction services.
ExtractOptions
Options for extraction.
ExtractRequest
Request body for the /extract endpoint.
ExtractResponse
Response from the /extract endpoint.
RelationDto
Relation as returned by the external service.