elasticsearch-ingest-opennlp icon indicating copy to clipboard operation
elasticsearch-ingest-opennlp copied to clipboard

An Elasticsearch ingest processor to do named entity extraction using Apache OpenNLP

Results 2 elasticsearch-ingest-opennlp issues
Sort by recently updated
recently updated
newest added
trafficstars

When installing on Docker with Elasticsearch version 8.3.2, The command "bin/ingest-opennlp/download-models" are no longer available. The last version I still could access was version 8.1.3. Is there another way to...

Hello, As I understood models enabled with corresponding lines in elasticsearch.yml, like: `ingest.opennlp.model.file.persons: en-ner-persons.bin` and such configuration parameters loaded during start, so in order to extend configuration, we need to...