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)
| Name | Description | Data Type | Required? | Example |
|---|
| Text to evaluate | Text to identify entities in | Text(Long) | Yes | |
| Text language | Language the “Text to evaluate” is in | Predefined Choice List | No | English |
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)
| Name | Description | Data Type | Required? | Example |
|---|
| Text | Text identified as an entity | Text(Short) | Yes | Wrk |
| Entity type | Type of entity classification for the identified text | Text(Short) | Yes | Organization |
| Confidence | Confidence in the classification of the identified text | Number with decimals | Yes | 0.96 |
Outcomes
| Name | Description |
|---|
| Success | This status is selected in the event of that entities are identified in the given text. |
| No Result | This status is selected in the event of that no entities are identified in the given text. |
| Impossible to Complete | This status is selected in the event of the following scenario:The maximum text size exceeds 100 KB |
Requirements