Synonym Item
Synonym Item🔗
Description🔗
A Synonym item object holds the actual synonym terms per one language
Fields🔗
Parameter Name | Type | Description |
---|---|---|
lang | string | Arbitrary string read from the configuration file, representing the language. Used for second grouping of synonyms in the GUI widget. By default, two-letter country codes are used. |
values | list of strings | List of actual synonyms for this language |
Examples🔗
{
"lang": "NL",
"values": ["programmeur", "ontwikkelaar"]
}
{
"lang": "EN",
"values": ["architect", "specialist", "programmer", "engineer"]
}