Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This recognizer tags entities based on a NER model trained with the Google AutoML Entity Extraction Cloud API. The recognizer connects to the cloud API to use a model that was trained by the API (Saga doesn't perform the training, yet).

Note

This is a plugin recognizer

Saga uses a keys.json file from the service account configured to interact with this API to authenticate all GCP REST calls. More information here.

Configuration

  • Parameter
    summaryUrl to the API for evaluate. This value can be obtained from the GCP console for the AutoML service.
    nameAPI URL
    requiredtrue
  • Parameter
    summaryMinimum threshold value to consider a match for tagging.
    default0.7
    nameMinimum Probability
    typedouble
    requiredtrue
  • Parameter
    summaryIn case your model was trained on UPPER_CASE, consider converting the text from Saga before evaluating
    defaultfalse
    nameTo Upper Case
    typeboolean

General Settings

Include Page
Generic Recognizer Config
Generic Recognizer Config