Czech vocative generator
Pricing
Pay per usage
Czech vocative generator
Get the vocative for a Czech name. This actor uses a hard-coded list of 35k First Names. This makes it more reliable to ask ChatGPT for vocative.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Fabian Maume
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Personalize your Czech cold outreach
Czech is a complex language to automate when it comes to cold outreach.
One of the challenges is to personalize the lead name with proper case of declension.
This actor is designed to help you with this challenge. It will return the vocative for the list of firstnames you enter.
This actor use an hard coded list of 35318 firstnames. This hard coded approch makes this actor more predictable and reliable than an AI prompt.
how to use
This actor offers 2 ways provide inputs:
- Google spreadsheet
- List of Firstnames
using GoogleSheet as input
The Google spreadsheet is the best for processing a wide list:
- Upload your list in Google spreadsheet
- Make the spreadsheet accessible to anybody with the link (so the actor can read it)
- Provide the spreadsheet URL in "Url of a public GoogleSheet"
- Provide the name of the column containing the Firstnames in the "FirstName column name". This field is case sensitive
- Run the actor
As a result, you will get a copy of your input GoogleSheet with 2 extra fields:
- vocatif, which is the matching vocatif for the inputed Firstnames
- confidence:
- High: if the first name has only one version of vocatif
- Medium: if the first name has multiple versions of vocatif
- Low: if the firstname was not included in the 35k database (in which case the actor return the input name as vocative)
using a list of firstname as input
The list of firstname input is more convenient if you want to call this actor via API, so you can integrate it in a wider workflow.
To learn more about how to launch actor via API check out this tutorial
You will need to provide an input as follows:
{"FistNameList": ["Fabian", "Jakub"],"columnName": "FirstName"}
FirstNameList is an array to input as many first names as you wish to check. ColumnName is an optional parameter to set the name of the output column, which will contain the first names (Default value is "FirstName").
The output will cointain 3 items:
- The input firstname
- The vocatif
- The confidence
Cost
You will have to pay for the Apify usage.
This will account for roughfly $0.0007 per firstname.
Therefore Apify free $5 plan will allow you to check 7100 names.