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?
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.