...
{
"feedbackField": "/..",
"feedbackMessagesField": [
"/.."
],
"endpointField": "/..",
"queryField": "/..",
"queryResponseField": "/.."
}
Find Entity
This component identifies an entity based on configuration parameters.
Configuration:
{
"component": "findEntity",
"description": "This processor finds an entity",
<configuration>
}
Configuration parameters:
acceptedPOS
(String array) The array list of POS to identify the entity, valid POS: NOUN, ADJ, JJ, JJR, JJS, AFX, NN, PROPN, NNP, NNPS, NNS.
minTokens
(Integer) The amount of tokens of the entity to be extracted. If entity tokens is les than minTokens param the entity will be ignored.
Endpoint API
The endpoint API allows to define and manage endpoints which can then be used in the API controller.
...