See callee in All languages combined, or 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": "other", "langcode": "en", "name": "Telephony", "orig": "en:Telephony", "parents": [], "source": "w" }, { "_dis": "52 48", "kind": "other", "name": "English entries with incorrect language header", "parents": [], "source": "w+disamb" }, { "_dis": "59 41", "kind": "other", "name": "English terms suffixed with -ee", "parents": [], "source": "w+disamb" }, { "_dis": "56 44", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "55 45", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "57 43", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "70 30", "kind": "other", "name": "Terms with Bulgarian translations", "parents": [], "source": "w+disamb" }, { "_dis": "78 22", "kind": "other", "name": "Terms with Czech translations", "parents": [], "source": "w+disamb" }, { "_dis": "68 32", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "69 31", "kind": "other", "name": "Terms with French translations", "parents": [], "source": "w+disamb" }, { "_dis": "67 33", "kind": "other", "name": "Terms with Italian translations", "parents": [], "source": "w+disamb" }, { "_dis": "69 31", "kind": "other", "name": "Terms with Russian translations", "parents": [], "source": "w+disamb" }, { "_dis": "66 34", "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": "87 13", "code": "bg", "lang": "Bulgarian", "roman": "abonat", "sense": "the person who is getting called by the caller", "word": "абонат" }, { "_dis1": "87 13", "code": "cs", "lang": "Czech", "sense": "the person who is getting called by the caller", "word": "volaný" }, { "_dis1": "87 13", "code": "fi", "lang": "Finnish", "sense": "the person who is getting called by the caller", "word": "soitettava" }, { "_dis1": "87 13", "code": "fr", "lang": "French", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "appelé" }, { "_dis1": "87 13", "code": "it", "lang": "Italian", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "chiamato" }, { "_dis1": "87 13", "code": "ru", "lang": "Russian", "roman": "vyzyvájemyj", "sense": "the person who is getting called by the caller", "word": "вызыва́емый абоне́нт" }, { "_dis1": "87 13", "code": "es", "lang": "Spanish", "sense": "the person who is getting called by the caller", "tags": [ "masculine" ], "word": "llamado" }, { "_dis1": "87 13", "code": "es", "lang": "Spanish", "sense": "the person who is getting called by the caller", "tags": [ "feminine" ], "word": "llamada" } ] }, { "categories": [ { "kind": "other", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [], "source": "w" }, { "_dis": "52 48", "kind": "other", "name": "English entries with incorrect language header", "parents": [], "source": "w+disamb" }, { "_dis": "55 45", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" } ], "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 Bulgarian translations", "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": "bg", "lang": "Bulgarian", "roman": "abonat", "sense": "the person who is getting called by the caller", "word": "абонат" }, { "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 English (3.0kB)
{ "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 English dictionary. This dictionary is based on structured data extracted on 2025-06-05 from the enwiktionary dump dated 2025-06-01 using wiktextract (5ee713e and f1c2b61). 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.