NLP processors for Apache NiFi
This project contains NLP processors for Apache NiFi.
This processor performs language detection of natural language text.
This processor allows for performing Entity Query Language (EQL) queries in a NiFi flow.
To use these processors, clone the project, build it, and copy the resulting nar
files to NiFi’s lib
directory.
The project can be built with:
mvn clean install
This project is licensed under the Apache Software License, version 2.0.