Group "Robin AI", subgroup "NER (ROBIN)"
The action extracts the full name from the text
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | The text from which the full name will be extracted | String | Курбат Афанасьевич Иванов — русский землепроходец, тобольский казак, первый русский, достигший озера Байкал. Составитель первой карты Дальнего Востока по данным, собранным атаманом И. Ю. Москвитиным. | Yes |
Results | ||||
Result | A collection with extracted data. If the same full name occurs several times in the text, then it will be recorded once in the resulting collection | Collection |
If the same entry occurs several times in the text, it will be recorded once in the resulting collection. Duplicates are complete matches of strings.
If the specified text does not contain names, the action returns an empty collection.
There is a text to recognize:
Дядя по отцу, Василий Львович (1766—1830), был известным поэтом круга Карамзина. Из детей Сергея Львовича и Надежды Осиповны, кроме Александра, выжили дочь Ольга (в замужестве Павлищева, 1797—1868) и сын Лев (1805—1852). |
You need to extract the full name from the text and display it in a dialog box.
Use the "Extract full names", "Convert data" and "Message" actions.
The program robot completed successfully.
The required values are displayed in the dialog box.