Skip to main content

Identify entities in text

Identifies entities("People," "Places," "Locations," etc.) in a given piece of text. The maximum text size is 100 KB.

Application

  • Natural Language Processing

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Text to evaluateText to identify entities inText(Long)Yes
Text languageLanguage the “Text to evaluate” is inPredefined Choice ListNoEnglish

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
TextText identified as an entityText(Short)YesWrk
Entity typeType of entity classification for the identified textText(Short)YesOrganization
ConfidenceConfidence in the classification of the identified textNumber with decimalsYes0.96

Outcomes

NameDescription
SuccessThis status is selected in the event of that entities are identified in the given text.
No ResultThis status is selected in the event of that no entities are identified in the given text.
Impossible to CompleteThis status is selected in the event of the following scenario:The maximum text size exceeds 100 KB

Requirements

  • N/A