История страницы
...
Extract addresses Version 1 (Net)
Группа Group "ROBIN AI", подгруппа subgroup "NER (PREFERENTUM)"
...
Description
The action extracts addresses from text
...
Action icon
...
Parameters and their settings
Property | Description | Type | Filling example |
---|
Mandatory field | ||||
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | Производство товаров находится по адресу: Россия, Московская область, Одинцовский район, деревня Захарово, ул. Гороховая, д. 34 | Yes |
Results | ||||
Result | Collection of extracted data | Collection |
...
Special conditions of use
If the same entity appears several times in the text, it will be written once in the resulting array.
Пример использования
Задача
Example of use
Task
There is a text: Имеется текст "Иван Иванович Иванов проживает по адресу: город Москва, ул. Родионова 2, кв.9".
Требуется извлечь из текста адрес.
Решение
Воспользоваться действиями "Извлечь адреса", "Получить значение по индексу" и "Сообщение".
Реализация
...
It is required to extract the address from the text.
Solution
Use the “Extract addresses”, “Get value by index” and “Message” actions.
Implementation
- Create a variable “Collection” into which the result of the “Extract addresses” action will be written.
- Drag and drop the “Extract addresses” action to the workspace.
- Fill in the “Text” parameter of the “Extract addresses” action.
Add the “Collection” variable to the result. - Drag the “Get value by index” action to the workspace.
- Set the parameters of the “Get value by index” action.
- Drag and drop the “Message” action to the workspace.
- Set the parameters of the “Message” action.
In the “Message text” field add the result of the “Get value by index” action. - Launch the robot using the “Launch” button in the top panel.
Result
The program robot has completed successfully. The required value is displayed in the dialog box.
Результат
Программный робот отработал успешно. В диалоговое окно выведено требуемое значение.