Built-in entities
Automate provides common built-in entities, called system entities or sys.entities.
System entities vary by language and it is important to understand which system entities are in use and how they behave.
System entities capture common variables in user phrases, such as name, location and times.
See the below tables for a detailed breakdown by language.
Entities
For more about entities, go here.
🇵🇱 Polish
List of built-in entities for the polish language:
Entity name | Description | Examples |
---|---|---|
sys.Forename | Forename or first name | Ania, Andrzej, Miłosz, Czesław |
sys.Surname | Surname/last name | Kowalski, Nowak, Tomaszewski, Zięba |
sys.Email | E-mail addresses | [email protected], [email protected] |
sys.Country | Country names | Polska, Niemcy, USA |
sys.Localization | Non-countries/cities locations, mountain ranges, bodies of water. | Wisła, Tatry, bałtyckie |
sys.Numeral | Numbers in both numeral and alphabetic form | 2, 13, dwanaście |
sys.Ordinal | Ordinal number: “first”, “second”, etc. | trzeci, czwarty, dziesiąty |
sys.DigitSequence | Sequence of digits | 1 7 3 4 2, jeden dwa pięć |
sys.PhoneNumber | Phone numbers | 882840253, +48882840253, +44791112345, +48566864455 |
sys.Time | Times and dates | 8:33, piętnaście po piątej, dwunasta godzina |
sys.Duration | Duration of time | 21 minut, pół godziny, 3 dni |
sys.Settlement | Cities and villages | Warszawa, Londyn, Chełmno |
sys.Organization | Companies, agencies, institutions, etc. | EU, NATO, ONZ |
sys.Url | URL addresses | www.sentione.com |
🇬🇧 English
List of built-in entities for the English language:
Entity name | Description | Examples |
---|---|---|
sys.Person | People, including fictional Full names, first names and last names | Donald Trump, James Bond, John Doe |
sys.Email | E-mail addresses | [email protected], [email protected] |
sys.Country | Countries | Poland, Germany, USA |
sys.Localization | All geographic names | Vistula, Pyrenees, Baltic Sea |
sys.Numeral | Numbers in both numeral and alphabetic form | 3, 12, twelve |
sys.Ordinal | Ordinal number: “first”, “second”, etc. | third, tenth |
sys.PhoneNumber | Phone numbers | 882840253, +48882840253, +44791112345, +48566864455 |
sys.Time | Times and dates | 5 o'clock, 5:50 AM, 5:50 |
sys.Duration | Duration of time | half an hour, three days, 21 minutes, 60 sec |
sys.Settlement | Cities, villages | Warsaw, London |
sys.Organization | Companies, agencies, institutions, etc. | EU, NATO, ONZ |
sys.Url | URL addresses | www.sentione.com |
🏴☠️ Multilingual projects
The multilingual projects currently use English entities:
Entity name | Description | Examples |
---|---|---|
sys.Person | People, including fictional Full names, first names and last names | Donald Trump, James Bond, John Doe |
sys.Email | E-mail address | [email protected], [email protected] |
sys.Country | Countries | Poland, Germany, USA |
sys.Localization | All geographic names | Vistula, Pyrenees, Baltic Sea |
sys.Numeral | Numbers in both numeral and alphabetic form | 3, 12, twelve |
sys.Ordinal | Ordinal number: “first”, “second”, etc. | third, tenth |
sys.PhoneNumber | Phone numbers | 882840253, +48882840253, +44791112345, +48566864455 |
sys.Time | Times and dates | 5 o'clock, 5:50 AM, 5:50 |
sys.Duration | Duration of time | half an hour, three days, 21 minutes, 60 sec |
sys.Settlement | Cities, villages | Warsaw, London |
sys.Organization | Companies, agencies, institutions, etc. | EU, NATO, ONZ |
sys.Url | URL addresses | www.sentione.com |
Updated over 1 year ago