Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Extract organizations Versions 1 (Net)

Группа Group "ROBIN AI", подгруппа subgroup "NER (PREFERENTUM)"

...

Description

The action returns the names of organizations from the text

...

Action icon

Image Modified

...

Parameters and their settings

Property

Description

Type

Filling example
Mandatory field
Parameters
Text

Text for analysis

String
АО Ozon — ведущая мультикатегорийная платформа электронной коммерции и одна из крупнейших интернет-компаний в России

When I joined Amazon in 2011, we had about 50,000 people in our operations around the world. Today, we have more than 1.1 million teammates across six continents, and I lead the central organization that focuses on keeping our teams safe every day. Our goal is to be the safest workplace within the industries in which we operate, and we’re continuing to make meaningful progress—thanks to the combined efforts of our more than 9,000 dedicated safety professionals and every one of our employees around the world.

Yes
Results
Result
Collection of extracted dataCollection

...



Special conditions of use

If the same entity appears several times in the text, it will be written once in the resulting array.

When extracting, the name of the organization is reduced to a short form: LLC NAME OF THE ORGANIZATION.

Пример использования

Задача

Имеется текст:

"Компания ООО "Робин" - лидер в области разработки программных роботов
в России."

Требуется извлечь из текста название компании и вывести его в диалоговое окно. 

Решение

Воспользоваться действиями "Извлечь организации", "Получить значение по индексу" и "Сообщение". 

Реализация

...

Example of use

Task

There is a text:

"Robin LLC is a leader in the development of software robots in Russia."

You need to extract the company name from the text and display it in a dialog box. 

Solution

Use the actions "Extract organizations", "Get value by index" and "Message". 

Implementation

  1. Create a variable "Collection" into which the result of the "Extract organizations" action will be written. 
    Image Added

  2. Drag the "Extract organizations" action to the workspace.
     Image Added

  3. Fill in the "Text" parameter of the "Extract organizations" action.
    Add the variable "Collection" to the result.
    Image Added

  4. Drag the "Get value by index" action to the workspace.Image Added

  5. Set the parameters of the "Get value by index" action.Image Added

  6. Drag and drop the "Message" action to the workspace. 
    Image Added

  7. Fill in the parameters of the "Message" action.
    In the "Message text" field add the result of the "Get value by index" action.
    Image Added

  8. Click on the "Start" button in the top panel.  

Result

The program robot has completed successfully. The required value is displayed in the dialog box.

Image Added

Image Added

Результат

 Программный робот отработал успешно. В диалоговое окно выведено требуемое значение.

Image Removed

Image Removed