See templatize in All languages combined, or Wiktionary
{ "etymology_templates": [ { "args": { "1": "en", "2": "template", "3": "ize" }, "expansion": "template + -ize", "name": "suffix" } ], "etymology_text": "From template + -ize.", "forms": [ { "form": "templatizes", "tags": [ "present", "singular", "third-person" ] }, { "form": "templatizing", "tags": [ "participle", "present" ] }, { "form": "templatized", "tags": [ "participle", "past" ] }, { "form": "templatized", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "templatize (third-person singular simple present templatizes, present participle templatizing, simple past and past participle templatized)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ { "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w" }, { "kind": "other", "name": "English terms suffixed with -ize", "parents": [], "source": "w" }, { "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w" }, { "kind": "other", "name": "Pages with entries", "parents": [], "source": "w" }, { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "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" } ], "derived": [ { "word": "nontemplatized" }, { "word": "templatization" } ], "examples": [ { "ref": "1979 November 12, Kathy Faryon, “Patchwork Quilting”, in Edmonton Journal, →ISSN, page B6:", "text": "To ensure a professional-looking product and fewer hassles, take the first step and 'templatize' your pattern pieces.", "type": "quote" }, { "ref": "2000, Mark A DeLoura, Game programming gems:", "text": "For our final look at metaprogramming, we templatize matrix multiplication.", "type": "quote" }, { "ref": "2001, Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied:", "text": "We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).", "type": "quote" }, { "ref": "2004, Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET:", "text": "This makes it trivial to templatize your application; changes to the new generic base form automatically cascade to the derived classes at the next build.", "type": "quote" }, { "ref": "2008, Mark S Joshi, C++ Design Patterns and Derivatives Pricing:", "text": "An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.", "type": "quote" } ], "glosses": [ "To convert into a template or to represent by means of a template, for purposes of genericizing, automating, tracking, etc." ], "id": "en-templatize-en-verb-nVWkdgFi", "links": [ [ "computing", "computing#Noun" ], [ "programming", "programming#Noun" ], [ "convert", "convert#Verb" ], [ "template", "template" ], [ "represent", "represent" ], [ "genericizing", "genericize" ], [ "automating", "automate" ] ], "raw_glosses": [ "(transitive, especially computing and programming) To convert into a template or to represent by means of a template, for purposes of genericizing, automating, tracking, etc." ], "synonyms": [ { "tags": [ "UK" ], "word": "templatise" } ], "tags": [ "especially", "transitive" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/ˈtɛm.pləˌtaɪz/" }, { "enpr": "tĕmˈ-plə-tīzˌ" } ], "word": "templatize" }
{ "derived": [ { "word": "nontemplatized" }, { "word": "templatization" } ], "etymology_templates": [ { "args": { "1": "en", "2": "template", "3": "ize" }, "expansion": "template + -ize", "name": "suffix" } ], "etymology_text": "From template + -ize.", "forms": [ { "form": "templatizes", "tags": [ "present", "singular", "third-person" ] }, { "form": "templatizing", "tags": [ "participle", "present" ] }, { "form": "templatized", "tags": [ "participle", "past" ] }, { "form": "templatized", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "templatize (third-person singular simple present templatizes, present participle templatizing, simple past and past participle templatized)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ "English entries with incorrect language header", "English lemmas", "English terms suffixed with -ize", "English terms with quotations", "English transitive verbs", "English verbs", "Pages with 1 entry", "Pages with entries", "Quotation templates to be cleaned", "en:Computing", "en:Programming" ], "examples": [ { "ref": "1979 November 12, Kathy Faryon, “Patchwork Quilting”, in Edmonton Journal, →ISSN, page B6:", "text": "To ensure a professional-looking product and fewer hassles, take the first step and 'templatize' your pattern pieces.", "type": "quote" }, { "ref": "2000, Mark A DeLoura, Game programming gems:", "text": "For our final look at metaprogramming, we templatize matrix multiplication.", "type": "quote" }, { "ref": "2001, Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied:", "text": "We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).", "type": "quote" }, { "ref": "2004, Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET:", "text": "This makes it trivial to templatize your application; changes to the new generic base form automatically cascade to the derived classes at the next build.", "type": "quote" }, { "ref": "2008, Mark S Joshi, C++ Design Patterns and Derivatives Pricing:", "text": "An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.", "type": "quote" } ], "glosses": [ "To convert into a template or to represent by means of a template, for purposes of genericizing, automating, tracking, etc." ], "links": [ [ "computing", "computing#Noun" ], [ "programming", "programming#Noun" ], [ "convert", "convert#Verb" ], [ "template", "template" ], [ "represent", "represent" ], [ "genericizing", "genericize" ], [ "automating", "automate" ] ], "raw_glosses": [ "(transitive, especially computing and programming) To convert into a template or to represent by means of a template, for purposes of genericizing, automating, tracking, etc." ], "tags": [ "especially", "transitive" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/ˈtɛm.pləˌtaɪz/" }, { "enpr": "tĕmˈ-plə-tīzˌ" } ], "synonyms": [ { "tags": [ "UK" ], "word": "templatise" } ], "word": "templatize" }
Download raw JSONL data for templatize meaning in English (3.0kB)
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-12-08 from the enwiktionary dump dated 2024-12-04 using wiktextract (bb46d54 and 0c3c9f6). 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.