Action group: Text
This action is used to extract named entities from text. The action allows you to extract planets, buildings, locations.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | Text for analysis. | Robin.String | No | |
Results | ||||
Result | Collection of extracted data. If the same entity appears several times in the text, it will be written once in the resulting array. | Robin.Collection |
If the same entity appears several times in the text, it will be recorded once in the resulting array.
There is a variable "Input text" with the value:
Earth is the third most distant planet in the solar system from the Sun.
You need to extract the value "Earth" from the text and display it in the dialog box.
Use the "Extract named entities", "Show message", "Get value by index" actions.
The program robot completed successfully.
The required value is displayed in the dialog box.