See callee on Wiktionary
{ "etymology_templates": [ { "args": { "1": "en", "2": "call", "3": "ee" }, "expansion": "call + -ee", "name": "suffix" } ], "etymology_text": "From call + -ee.", "forms": [ { "form": "callees", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "callee (plural callees)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "related": [ { "_dis1": "0 0", "word": "collect call" } ], "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Telephony", "orig": "en:Telephony", "parents": [ "Electronics", "Telecommunications", "Technology", "Communication", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "57 43", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "74 26", "kind": "other", "name": "English terms suffixed with -ee", "parents": [], "source": "w+disamb" }, { "_dis": "70 30", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "61 39", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "73 27", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "82 18", "kind": "other", "name": "Terms with Czech translations", "parents": [], "source": "w+disamb" }, { "_dis": "81 19", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "82 18", "kind": "other", "name": "Terms with French translations", "parents": [], "source": "w+disamb" }, { "_dis": "83 17", "kind": "other", "name": "Terms with Italian translations", "parents": [], "source": "w+disamb" }, { "_dis": "83 17", "kind": "other", "name": "Terms with Russian translations", "parents": [], "source": "w+disamb" }, { "_dis": "84 16", "kind": "other", "name": "Terms with Spanish translations", "parents": [], "source": "w+disamb" } ], "glosses": [ "The person who is called by the caller (on the telephone)." ], "id": "en-callee-en-noun-bHX7rABm", "links": [ [ "telephony", "telephony" ], [ "called", "called" ], [ "caller", "caller" ] ], "raw_glosses": [ "(telephony) The person who is called by the caller (on the telephone)." ], "topics": [ "communications", "electrical-engineering", "engineering", "natural-sciences", "physical-sciences", "telecommunications", "telephony" ], "translations": [ { "_dis1": "89 11", "code": "cs", "lang": "Czech", "sense": "the person who is getting called by the caller", "word": "volaný" }, { "_dis1": "89 11", "code": "fi", "lang": "Finnish", "sense": "the person who is getting called by the caller", "word": "soitettava" }, { "_dis1": "89 11", "code": "fr", "lang": "French", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "appelé" }, { "_dis1": "89 11", "code": "it", "lang": "Italian", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "chiamato" }, { "_dis1": "89 11", "code": "ru", "lang": "Russian", "roman": "vyzyvájemyj", "sense": "the person who is getting called by the caller", "word": "вызыва́емый абоне́нт" }, { "_dis1": "89 11", "code": "es", "lang": "Spanish", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "llamado" }, { "_dis1": "89 11", "code": "es", "lang": "Spanish", "sense": "the person who is getting called by the caller", "tags": [ "feminine" ], "word": "llamada" } ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [ "Computing", "Software engineering", "Technology", "Computer science", "Engineering", "Software", "All topics", "Sciences", "Applied sciences", "Media", "Fundamental", "Communication" ], "source": "w" } ], "examples": [ { "ref": "1975, Gerald Jay Sussman and Guy L. Steele, Jr., Scheme: An Interpreter for Extended Lambda Calculus, MIT AI Lab, page 24", "text": "The interpreter must provide for correctly resuming the caller when the callee has returned its value." } ], "glosses": [ "A function called by another." ], "id": "en-callee-en-noun-YPAQ7Qe-", "links": [ [ "programming", "programming#Noun" ], [ "function", "function" ] ], "raw_glosses": [ "(programming) A function called by another." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "word": "callee" }
{ "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English terms suffixed with -ee", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with Czech translations", "Terms with Finnish translations", "Terms with French translations", "Terms with Italian translations", "Terms with Russian translations", "Terms with Spanish translations" ], "etymology_templates": [ { "args": { "1": "en", "2": "call", "3": "ee" }, "expansion": "call + -ee", "name": "suffix" } ], "etymology_text": "From call + -ee.", "forms": [ { "form": "callees", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "callee (plural callees)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "related": [ { "word": "collect call" } ], "senses": [ { "categories": [ "en:Telephony" ], "glosses": [ "The person who is called by the caller (on the telephone)." ], "links": [ [ "telephony", "telephony" ], [ "called", "called" ], [ "caller", "caller" ] ], "raw_glosses": [ "(telephony) The person who is called by the caller (on the telephone)." ], "topics": [ "communications", "electrical-engineering", "engineering", "natural-sciences", "physical-sciences", "telecommunications", "telephony" ] }, { "categories": [ "en:Programming" ], "examples": [ { "ref": "1975, Gerald Jay Sussman and Guy L. Steele, Jr., Scheme: An Interpreter for Extended Lambda Calculus, MIT AI Lab, page 24", "text": "The interpreter must provide for correctly resuming the caller when the callee has returned its value." } ], "glosses": [ "A function called by another." ], "links": [ [ "programming", "programming#Noun" ], [ "function", "function" ] ], "raw_glosses": [ "(programming) A function called by another." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "translations": [ { "code": "cs", "lang": "Czech", "sense": "the person who is getting called by the caller", "word": "volaný" }, { "code": "fi", "lang": "Finnish", "sense": "the person who is getting called by the caller", "word": "soitettava" }, { "code": "fr", "lang": "French", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "appelé" }, { "code": "it", "lang": "Italian", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "chiamato" }, { "code": "ru", "lang": "Russian", "roman": "vyzyvájemyj", "sense": "the person who is getting called by the caller", "word": "вызыва́емый абоне́нт" }, { "code": "es", "lang": "Spanish", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "llamado" }, { "code": "es", "lang": "Spanish", "sense": "the person who is getting called by the caller", "tags": [ "feminine" ], "word": "llamada" } ], "word": "callee" }
Download raw JSONL data for callee meaning in All languages combined (2.8kB)
{ "called_from": "form_descriptions/2013", "msg": "more than one value in \"roman\": abonént vs. vyzyvájemyj", "path": [ "callee" ], "section": "English", "subsection": "noun", "title": "callee", "trace": "" }
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-12-15 from the enwiktionary dump dated 2024-12-04 using wiktextract (8a39820 and 4401a4c). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.