Elastic plugin with pyton/spaCy

Hello everyone at Elastic.

With the help of this forum I developed an ingest pipline plugin with opennlp to process NER (named entity recognition).
Now I'm doing tests with python/spaCy.

Is it possible to write a python plugin to use spaCy trained models?

Best regards,

Alder

Hi Alder.

Elasticsearch is written in Java so the challenge would be in writing a Java plugin that calls out to Python.
Probably easiest to run a Python process outside of elasticsearch and prepare JSON documents there and send to elastic via the bulk API.

Hello Mark, thank you very much for the reply.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.