Group "ROBIN AI", subgroup "NER (PREFERENTUM)"
The action returns the types of transport from the text - models of equipment, cars, airplanes, ships
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | The Mercedes Maybach S650 Cabriolet is a powerful machine, with a 6.0-liter V12 engine that produces 621 horsepower and 738 lb-ft of torque. The car can go from 0 to 60 mph in just 4.0 seconds, and it has a top speed of 155 mph. | 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:
"Large model airplane Airbus A330 AEROFLOT of Russia, the length of the model is 45 cm."
You need to extract an aircraft model from the text and display it in a dialog box.
Use the actions "Extract transport", "Message" and "Get value by index".
The program robot has completed successfully. The required value is displayed in the dialog box.