Group "ROBIN AI", subgroup "NER (PREFERENTUM)"
Retrieves a value from a text with a currency symbol
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | A $1.3 billion investment this year brings Amazon’s average hourly pay to over $20.50 per hour across customer fulfillment and transportation in the U.S. | 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:
"The top of the rating of the most expensive yachts is a luxurious representative of the Italian yacht shipyard Baia Yachts - it is the yacht "History Supreme". The cost of such a yacht is $4.8 billion dollars."
You need to extract a cost from the text and display it in a dialog box.
Use the actions "Extract cost", "Get value by index" and "Message".
The program robot has completed successfully. The required value is displayed in the dialog box.