Group "ROBIN AI", subgroup "NER (PREFERENTUM)"
The action returns named entities from text. The action allows you to extract the names of planets, buildings, locations
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | Лена — река в Восточной Сибири России, впадает в море Лаптевых Северного Ледовитого океана, образуя крупнейшую в Арктике дельту. | Yes |
Results | ||||
Result | Collection of extracted data | Collection |
If the same entity appears several times in the text, it will be written once in the resulting array.
There is a text:
"Земля — третья по удалённости от Солнца планета Солнечной системы."
It is required to extract the value of "Земля" from the text and display it in a dialog box.
Use the "Extract named entities", "Get value by index" and "Message" actions.
The program robot has completed successfully. The required value is displayed in the dialog box.