История страницы
Extract names of organizations Version 1 (python)
Group "Robin AI", subgroup "NER (ROBIN)"
...
Description
The action extracts the names of organizations from the text
Action icon
Parameters
...
Input parameters
- Text – text from which the names of the organizations will be extracted.
- Without specifying the form - if the value of the parameter is "true", only names of organizations will be received.
If the value is "false", the names of organizations will be retrieved with indication of their legal form.
Output parameters
- Result is a collection of dictionaries with extracted data.
If the same organization name occurs several times in the text, it will be recorded once in the resulting collection.
...
and their settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | The text from which the organization names will be extracted | String | ООО "Аквилон-Лизинг" открыто с 2015 года. Общество с ограниченной ответственностью "Аквилон-Лизинг" приветствует вас! | Yes |
Without specifying the form | If «true», then only the name of the organization will be indicated. If «false», the full name of the organization will be extracted | Boolean | true | No |
Results | ||||
Result | A collection with extracted data. If the same organization name appears several times in the text, then it will be recorded once in the resulting collection | Collection |
Special conditions of use
- If the same entry occurs several times in the text, it will be recorded once in the resulting collection.
- With the "Without specifying the form" option enabled, only organization names (without specifying the organization form) are retrieved.
- If the organization form is written with a lowercase letter, it will not be read correctly. Correct designations are described in the table below.
Reference table
Short designations of organizational and legal norms used in the abbreviated name of a legal entity, its separate subdivision and generally accepted abbreviations:
Раскрыть | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Example of use
Task
There is a text to recognize:
Информация | ||
---|---|---|
| ||
Александр уволился с ПАТП "Кувшин" и завел собственное СХК "ИВАНОВ". При этом Александр 10 лет отработал в "СтройТЭК" параллельно с ООО "Газпром-инвест". |
You need to extract the names of organizations from the text and display them in a dialog box.
Solution
Use the "Extract names of organizations", "Convert data" and "Message" actions.
Implementation
- Create a variable "Collection" into which the result of the "Extract names of organizations" action will be written.
- Drag the "Extract names of organizations" action to the workspace.
- Fill in the "Text" parameter of the "Extract names of organizations" action.
Add the variable "Collection" to the result. - Drag the "Convert data" action to the workspace.
- Set the parameters of the "Convert data" action.
In the "Source" field add the created variable.
Select the "String" option in the "Type" field. - Drag the "Message" action to the workspace.
- Set the parameters of the "Message" action.
In the "Message text" field add the result of the "Convert data" action. - Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
The required values are displayed in the dialog box.
When "true" is set to "Without specifying the form", the "Extract names of organizations" action is performed
the The resulting collection will contain only the names of organizations: