See vectorize in All languages combined, or Wiktionary
{ "derived": [ { "_dis1": "0 0 0", "word": "vectorization" } ], "etymology_templates": [ { "args": { "1": "en", "2": "vector", "3": "ize" }, "expansion": "vector + -ize", "name": "suffix" } ], "etymology_text": "From vector + -ize.", "forms": [ { "form": "vectorizes", "tags": [ "present", "singular", "third-person" ] }, { "form": "vectorizing", "tags": [ "participle", "present" ] }, { "form": "vectorized", "tags": [ "participle", "past" ] }, { "form": "vectorized", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "vectorize (third-person singular simple present vectorizes, present participle vectorizing, simple past and past participle vectorized)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computer graphics", "orig": "en:Computer graphics", "parents": [ "Computing", "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "51 29 21", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "44 28 29", "kind": "other", "name": "English terms suffixed with -ize", "parents": [], "source": "w+disamb" }, { "_dis": "54 19 27", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "50 27 23", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "53 22 25", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "54 22 24", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "53 23 24", "kind": "other", "name": "Terms with French translations", "parents": [], "source": "w+disamb" }, { "_dis": "48 26 26", "kind": "other", "name": "Terms with Galician translations", "parents": [], "source": "w+disamb" }, { "_dis": "55 22 23", "kind": "other", "name": "Terms with German translations", "parents": [], "source": "w+disamb" }, { "_dis": "55 21 23", "kind": "other", "name": "Terms with Italian translations", "parents": [], "source": "w+disamb" }, { "_dis": "51 28 21", "kind": "other", "name": "Terms with Portuguese translations", "parents": [], "source": "w+disamb" }, { "_dis": "50 22 28", "kind": "other", "name": "Terms with Spanish translations", "parents": [], "source": "w+disamb" }, { "_dis": "51 25 23", "kind": "other", "name": "Terms with Swedish translations", "parents": [], "source": "w+disamb" }, { "_dis": "49 23 27", "kind": "other", "name": "Terms with Welsh translations", "parents": [], "source": "w+disamb" } ], "examples": [ { "text": "Coordinate term: rasterize" }, { "ref": "1997, Sergey Ablameyko, An Introduction to Interpretation of Graphic Images, SPIE Press, →ISBN, page 147:", "text": "The raster and vectorized images are displayed on a graphic monitor where the vector data is an active layer and the raster image is a background layer.", "type": "quote" } ], "glosses": [ "To convert an image into a vector graphics format." ], "id": "en-vectorize-en-verb-ACg7A6k4", "links": [ [ "computer graphics", "computer graphics" ], [ "convert", "convert" ], [ "image", "image" ], [ "vector graphics", "vector graphics" ], [ "format", "format" ] ], "raw_glosses": [ "(computer graphics, transitive) To convert an image into a vector graphics format." ], "tags": [ "transitive" ], "topics": [ "computer-graphics", "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ], "translations": [ { "_dis1": "82 15 3", "code": "fi", "lang": "Finnish", "sense": "to convert an image into a vector graphics format", "word": "vektoroida" }, { "_dis1": "82 15 3", "code": "fr", "lang": "French", "sense": "to convert an image into a vector graphics format", "word": "vectoriser" }, { "_dis1": "82 15 3", "code": "gl", "lang": "Galician", "sense": "to convert an image into a vector graphics format", "word": "vectorizar" }, { "_dis1": "82 15 3", "code": "de", "lang": "German", "sense": "to convert an image into a vector graphics format", "word": "vektorisieren" }, { "_dis1": "82 15 3", "code": "it", "lang": "Italian", "sense": "to convert an image into a vector graphics format", "word": "vettorizzare" }, { "_dis1": "82 15 3", "code": "pt", "lang": "Portuguese", "sense": "to convert an image into a vector graphics format", "tags": [ "Brazil" ], "word": "rastrear" }, { "_dis1": "82 15 3", "code": "pt", "lang": "Portuguese", "sense": "to convert an image into a vector graphics format", "word": "vetorizar" }, { "_dis1": "82 15 3", "code": "es", "lang": "Spanish", "sense": "to convert an image into a vector graphics format", "word": "vectorizar" }, { "_dis1": "82 15 3", "code": "sv", "lang": "Swedish", "sense": "to convert an image into a vector graphics format", "word": "vektorisera" }, { "_dis1": "82 15 3", "code": "cy", "lang": "Welsh", "sense": "to convert an image into a vector graphics format", "word": "fectoru" } ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" } ], "examples": [ { "ref": "1987, Ronald H. Perrott, Parallel Programming, Addison Wesley, →ISBN, page 157:", "text": "The principles on which the Cyber 200 FORTRAN compiler tries to detect which parts of a program can be vectorized are similar to those used in the Cray CFT compiler.", "type": "quote" } ], "glosses": [ "To convert a program that operates on scalar values into the equivalent program operating on vectors, usually as an optimization step inside the compiler (automatic vectorization)." ], "id": "en-vectorize-en-verb-W98CXuCY", "links": [ [ "computing", "computing#Noun" ], [ "program", "program" ], [ "scalar", "scalar" ], [ "vector", "vector" ], [ "compiler", "compiler" ] ], "raw_glosses": [ "(computing, transitive) To convert a program that operates on scalar values into the equivalent program operating on vectors, usually as an optimization step inside the compiler (automatic vectorization)." ], "tags": [ "transitive" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ], "translations": [ { "_dis1": "33 66 2", "code": "fi", "lang": "Finnish", "sense": "to convert a program to operate on vectors", "word": "vektoroida" }, { "_dis1": "33 66 2", "code": "cy", "lang": "Welsh", "sense": "to convert a program to operate on vectors", "word": "fectoru" } ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Pharmacology", "orig": "en:Pharmacology", "parents": [ "Biochemistry", "Medicine", "Biology", "Chemistry", "Healthcare", "Sciences", "Health", "All topics", "Body", "Fundamental" ], "source": "w" } ], "examples": [ { "ref": "2018, Shyam Mohapatra et al., editors, Nanocarriers for Drug Delivery: Nanoscience and Nanotechnology in Drug Delivery, Elsevier, →ISBN, page 475:", "text": "[…] peculiarities of the CNT structure can be used to vectorize drugs and other chemicals.", "type": "quote" } ], "glosses": [ "To lead selectively a drug to a target." ], "id": "en-vectorize-en-verb-qte34NWk", "links": [ [ "pharmacology", "pharmacology" ], [ "drug", "drug" ] ], "raw_glosses": [ "(pharmacology) To lead selectively a drug to a target." ], "topics": [ "medicine", "pharmacology", "sciences" ] } ], "sounds": [ { "ipa": "/ˈvɛktəɹaɪz/" }, { "audio": "en-uk-vectorize.ogg", "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/a/a0/En-uk-vectorize.ogg/En-uk-vectorize.ogg.mp3", "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/a/a0/En-uk-vectorize.ogg" } ], "synonyms": [ { "_dis1": "0 0 0", "word": "vectorise" } ], "word": "vectorize" }
{ "categories": [ "English entries with incorrect language header", "English lemmas", "English terms suffixed with -ize", "English verbs", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with Finnish translations", "Terms with French translations", "Terms with Galician translations", "Terms with German translations", "Terms with Italian translations", "Terms with Portuguese translations", "Terms with Spanish translations", "Terms with Swedish translations", "Terms with Welsh translations" ], "derived": [ { "word": "vectorization" } ], "etymology_templates": [ { "args": { "1": "en", "2": "vector", "3": "ize" }, "expansion": "vector + -ize", "name": "suffix" } ], "etymology_text": "From vector + -ize.", "forms": [ { "form": "vectorizes", "tags": [ "present", "singular", "third-person" ] }, { "form": "vectorizing", "tags": [ "participle", "present" ] }, { "form": "vectorized", "tags": [ "participle", "past" ] }, { "form": "vectorized", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "vectorize (third-person singular simple present vectorizes, present participle vectorizing, simple past and past participle vectorized)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ "English terms with quotations", "English transitive verbs", "en:Computer graphics" ], "examples": [ { "text": "Coordinate term: rasterize" }, { "ref": "1997, Sergey Ablameyko, An Introduction to Interpretation of Graphic Images, SPIE Press, →ISBN, page 147:", "text": "The raster and vectorized images are displayed on a graphic monitor where the vector data is an active layer and the raster image is a background layer.", "type": "quote" } ], "glosses": [ "To convert an image into a vector graphics format." ], "links": [ [ "computer graphics", "computer graphics" ], [ "convert", "convert" ], [ "image", "image" ], [ "vector graphics", "vector graphics" ], [ "format", "format" ] ], "raw_glosses": [ "(computer graphics, transitive) To convert an image into a vector graphics format." ], "tags": [ "transitive" ], "topics": [ "computer-graphics", "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "English terms with quotations", "English transitive verbs", "en:Computing" ], "examples": [ { "ref": "1987, Ronald H. Perrott, Parallel Programming, Addison Wesley, →ISBN, page 157:", "text": "The principles on which the Cyber 200 FORTRAN compiler tries to detect which parts of a program can be vectorized are similar to those used in the Cray CFT compiler.", "type": "quote" } ], "glosses": [ "To convert a program that operates on scalar values into the equivalent program operating on vectors, usually as an optimization step inside the compiler (automatic vectorization)." ], "links": [ [ "computing", "computing#Noun" ], [ "program", "program" ], [ "scalar", "scalar" ], [ "vector", "vector" ], [ "compiler", "compiler" ] ], "raw_glosses": [ "(computing, transitive) To convert a program that operates on scalar values into the equivalent program operating on vectors, usually as an optimization step inside the compiler (automatic vectorization)." ], "tags": [ "transitive" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "English terms with quotations", "en:Pharmacology" ], "examples": [ { "ref": "2018, Shyam Mohapatra et al., editors, Nanocarriers for Drug Delivery: Nanoscience and Nanotechnology in Drug Delivery, Elsevier, →ISBN, page 475:", "text": "[…] peculiarities of the CNT structure can be used to vectorize drugs and other chemicals.", "type": "quote" } ], "glosses": [ "To lead selectively a drug to a target." ], "links": [ [ "pharmacology", "pharmacology" ], [ "drug", "drug" ] ], "raw_glosses": [ "(pharmacology) To lead selectively a drug to a target." ], "topics": [ "medicine", "pharmacology", "sciences" ] } ], "sounds": [ { "ipa": "/ˈvɛktəɹaɪz/" }, { "audio": "en-uk-vectorize.ogg", "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/a/a0/En-uk-vectorize.ogg/En-uk-vectorize.ogg.mp3", "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/a/a0/En-uk-vectorize.ogg" } ], "synonyms": [ { "word": "vectorise" } ], "translations": [ { "code": "fi", "lang": "Finnish", "sense": "to convert an image into a vector graphics format", "word": "vektoroida" }, { "code": "fr", "lang": "French", "sense": "to convert an image into a vector graphics format", "word": "vectoriser" }, { "code": "gl", "lang": "Galician", "sense": "to convert an image into a vector graphics format", "word": "vectorizar" }, { "code": "de", "lang": "German", "sense": "to convert an image into a vector graphics format", "word": "vektorisieren" }, { "code": "it", "lang": "Italian", "sense": "to convert an image into a vector graphics format", "word": "vettorizzare" }, { "code": "pt", "lang": "Portuguese", "sense": "to convert an image into a vector graphics format", "tags": [ "Brazil" ], "word": "rastrear" }, { "code": "pt", "lang": "Portuguese", "sense": "to convert an image into a vector graphics format", "word": "vetorizar" }, { "code": "es", "lang": "Spanish", "sense": "to convert an image into a vector graphics format", "word": "vectorizar" }, { "code": "sv", "lang": "Swedish", "sense": "to convert an image into a vector graphics format", "word": "vektorisera" }, { "code": "cy", "lang": "Welsh", "sense": "to convert an image into a vector graphics format", "word": "fectoru" }, { "code": "fi", "lang": "Finnish", "sense": "to convert a program to operate on vectors", "word": "vektoroida" }, { "code": "cy", "lang": "Welsh", "sense": "to convert a program to operate on vectors", "word": "fectoru" } ], "word": "vectorize" }
Download raw JSONL data for vectorize meaning in English (5.5kB)
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-12-21 from the enwiktionary dump dated 2024-12-04 using wiktextract (d8cb2f3 and 4e554ae). 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.