See refactorization on Wiktionary
{ "etymology_templates": [ { "args": { "1": "en", "2": "re", "3": "factorization" }, "expansion": "re- + factorization", "name": "prefix" } ], "etymology_text": "From re- + factorization.", "forms": [ { "form": "refactorizations", "tags": [ "plural" ] } ], "head_templates": [ { "args": { "1": "~" }, "expansion": "refactorization (countable and uncountable, plural refactorizations)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "glosses": [ "A split into constituent parts after a previous combination." ], "id": "en-refactorization-en-noun-UH9HZKxh", "links": [ [ "split", "split" ], [ "constituent", "constituent" ], [ "combination", "combine" ] ], "tags": [ "countable", "uncountable" ] }, { "categories": [ { "kind": "other", "langcode": "en", "name": "Linguistics", "orig": "en:Linguistics", "parents": [], "source": "w" }, { "_dis": "22 37 26 15", "kind": "other", "name": "English terms prefixed with re-", "parents": [], "source": "w+disamb" } ], "examples": [ { "text": "The word burger is part of a refactorization of Hamburger (originally Hamburg + er)." } ], "glosses": [ "A false etymology derived from rebracketing." ], "id": "en-refactorization-en-noun-YFChxcki", "links": [ [ "linguistics", "linguistics" ], [ "etymology", "etymology" ], [ "rebracketing", "rebracketing" ] ], "raw_glosses": [ "(linguistics) A false etymology derived from rebracketing." ], "tags": [ "countable", "uncountable" ], "topics": [ "human-sciences", "linguistics", "sciences" ] }, { "categories": [ { "kind": "other", "langcode": "en", "name": "Software", "orig": "en:Software", "parents": [], "source": "w" }, { "_dis": "9 34 49 8", "kind": "other", "name": "English entries with incorrect language header", "parents": [], "source": "w+disamb" }, { "_dis": "4 39 53 4", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "4 38 54 4", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "examples": [ { "bold_text_offsets": [ [ 16, 31 ] ], "text": "An objective of refactorization is to clear up the global scope of all the library variables, functions and objects.", "type": "example" }, { "bold_text_offsets": [ [ 21, 36 ] ], "text": "Another objective of refactorization is to factor out repeated coding patterns into new abstractions and thus avoid their repetition resulting in less code to maintain.", "type": "example" } ], "glosses": [ "A rewriting of computer code to improve its readability or structure without affecting its meaning or behaviour, thus making it easier to maintain; a refactoring." ], "id": "en-refactorization-en-noun-Byb1RL3e", "links": [ [ "software", "software" ], [ "rewriting", "rewriting" ], [ "computer", "computer" ], [ "code", "code" ], [ "readability", "readability" ], [ "structure", "structure" ], [ "maintain", "maintain" ], [ "refactoring", "refactoring" ] ], "raw_glosses": [ "(software) A rewriting of computer code to improve its readability or structure without affecting its meaning or behaviour, thus making it easier to maintain; a refactoring." ], "tags": [ "countable", "uncountable" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences", "software" ] }, { "categories": [ { "kind": "other", "langcode": "en", "name": "Mathematics", "orig": "en:Mathematics", "parents": [], "source": "w" } ], "glosses": [ "A second or subsequent factorization." ], "id": "en-refactorization-en-noun-9Uj2iO94", "links": [ [ "mathematics", "mathematics" ], [ "factorization", "factorization" ] ], "raw_glosses": [ "(mathematics) A second or subsequent factorization." ], "tags": [ "countable", "uncountable" ], "topics": [ "mathematics", "sciences" ] } ], "word": "refactorization" }
{ "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English terms prefixed with re-", "English uncountable nouns", "Pages with 1 entry", "Pages with entries" ], "etymology_templates": [ { "args": { "1": "en", "2": "re", "3": "factorization" }, "expansion": "re- + factorization", "name": "prefix" } ], "etymology_text": "From re- + factorization.", "forms": [ { "form": "refactorizations", "tags": [ "plural" ] } ], "head_templates": [ { "args": { "1": "~" }, "expansion": "refactorization (countable and uncountable, plural refactorizations)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "glosses": [ "A split into constituent parts after a previous combination." ], "links": [ [ "split", "split" ], [ "constituent", "constituent" ], [ "combination", "combine" ] ], "tags": [ "countable", "uncountable" ] }, { "categories": [ "en:Linguistics" ], "examples": [ { "text": "The word burger is part of a refactorization of Hamburger (originally Hamburg + er)." } ], "glosses": [ "A false etymology derived from rebracketing." ], "links": [ [ "linguistics", "linguistics" ], [ "etymology", "etymology" ], [ "rebracketing", "rebracketing" ] ], "raw_glosses": [ "(linguistics) A false etymology derived from rebracketing." ], "tags": [ "countable", "uncountable" ], "topics": [ "human-sciences", "linguistics", "sciences" ] }, { "categories": [ "English terms with usage examples", "en:Software" ], "examples": [ { "bold_text_offsets": [ [ 16, 31 ] ], "text": "An objective of refactorization is to clear up the global scope of all the library variables, functions and objects.", "type": "example" }, { "bold_text_offsets": [ [ 21, 36 ] ], "text": "Another objective of refactorization is to factor out repeated coding patterns into new abstractions and thus avoid their repetition resulting in less code to maintain.", "type": "example" } ], "glosses": [ "A rewriting of computer code to improve its readability or structure without affecting its meaning or behaviour, thus making it easier to maintain; a refactoring." ], "links": [ [ "software", "software" ], [ "rewriting", "rewriting" ], [ "computer", "computer" ], [ "code", "code" ], [ "readability", "readability" ], [ "structure", "structure" ], [ "maintain", "maintain" ], [ "refactoring", "refactoring" ] ], "raw_glosses": [ "(software) A rewriting of computer code to improve its readability or structure without affecting its meaning or behaviour, thus making it easier to maintain; a refactoring." ], "tags": [ "countable", "uncountable" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences", "software" ] }, { "categories": [ "en:Mathematics" ], "glosses": [ "A second or subsequent factorization." ], "links": [ [ "mathematics", "mathematics" ], [ "factorization", "factorization" ] ], "raw_glosses": [ "(mathematics) A second or subsequent factorization." ], "tags": [ "countable", "uncountable" ], "topics": [ "mathematics", "sciences" ] } ], "word": "refactorization" }
Download raw JSONL data for refactorization meaning in All languages combined (2.9kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2025-05-19 from the enwiktionary dump dated 2025-05-01 using wiktextract (c3cc510 and 1d3fdbf). 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.