See rebase in All languages combined, or Wiktionary
{ "etymology_templates": [ { "args": { "1": "en", "2": "re", "3": "base" }, "expansion": "re- + base", "name": "prefix" } ], "etymology_text": "From re- + base.", "forms": [ { "form": "rebases", "tags": [ "present", "singular", "third-person" ] }, { "form": "rebasing", "tags": [ "participle", "present" ] }, { "form": "rebased", "tags": [ "participle", "past" ] }, { "form": "rebased", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "rebase (third-person singular simple present rebases, present participle rebasing, simple past and past participle rebased)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Dentistry", "orig": "en:Dentistry", "parents": [ "Medicine", "Teeth", "Biology", "Healthcare", "Mouth", "Sciences", "Health", "Face", "All topics", "Body", "Head and neck", "Fundamental", "Body parts", "Anatomy" ], "source": "w" }, { "_dis": "20 25 31 25", "kind": "other", "name": "English terms prefixed with re-", "parents": [], "source": "w+disamb" } ], "glosses": [ "To replace the base of a denture." ], "id": "en-rebase-en-verb-TP676wkY", "links": [ [ "dentistry", "dentistry" ], [ "denture", "denture" ] ], "raw_glosses": [ "(dentistry) To replace the base of a denture." ], "topics": [ "dentistry", "medicine", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "20 25 31 25", "kind": "other", "name": "English terms prefixed with re-", "parents": [], "source": "w+disamb" } ], "glosses": [ "To modify core data from which other data is derived in such a way that the final meaning is unchanged." ], "id": "en-rebase-en-verb-1mHRyHBX", "links": [ [ "computing", "computing#Noun" ] ], "raw_glosses": [ "(computing) To modify core data from which other data is derived in such a way that the final meaning is unchanged." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "6 19 55 19", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "20 25 31 25", "kind": "other", "name": "English terms prefixed with re-", "parents": [], "source": "w+disamb" }, { "_dis": "3 6 20 6 30 2 28 5", "kind": "other", "name": "Pages with 3 entries", "parents": [], "source": "w+disamb" } ], "examples": [ { "ref": "2006, Raymond Chen, The Old New Thing:", "text": "When a DLL must be loaded at an address different from its preferred address (because the preferred address is unavailable), the kernel must rebase the DLL, which consists of updating (fixing up) all addresses in the DLL so that they refer to its new location in memory.", "type": "quote" } ], "glosses": [ "To change the base address of." ], "id": "en-rebase-en-verb-uM4~h~df", "links": [ [ "computing", "computing#Noun" ], [ "base", "base" ], [ "address", "address" ] ], "raw_glosses": [ "(computing, transitive) To change the base address of." ], "tags": [ "transitive" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Computing", "orig": "en:Computing", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "20 25 31 25", "kind": "other", "name": "English terms prefixed with re-", "parents": [], "source": "w+disamb" } ], "glosses": [ "To integrate changes by appending them to another commit or branch, rather than pulling or merging in changes from a branch." ], "id": "en-rebase-en-verb-IBAyihl-", "links": [ [ "computing", "computing#Noun" ], [ "source control", "source control" ], [ "commit", "commit" ], [ "branch", "branch" ], [ "pulling", "pull" ], [ "merging", "merge" ] ], "qualifier": "source control", "raw_glosses": [ "(computing, source control) To integrate changes by appending them to another commit or branch, rather than pulling or merging in changes from a branch." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "word": "rebase" }
{ "categories": [ "English entries with incorrect language header", "English lemmas", "English terms prefixed with re-", "English verbs", "Pages with 3 entries", "Pages with entries" ], "etymology_templates": [ { "args": { "1": "en", "2": "re", "3": "base" }, "expansion": "re- + base", "name": "prefix" } ], "etymology_text": "From re- + base.", "forms": [ { "form": "rebases", "tags": [ "present", "singular", "third-person" ] }, { "form": "rebasing", "tags": [ "participle", "present" ] }, { "form": "rebased", "tags": [ "participle", "past" ] }, { "form": "rebased", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "rebase (third-person singular simple present rebases, present participle rebasing, simple past and past participle rebased)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ "en:Dentistry" ], "glosses": [ "To replace the base of a denture." ], "links": [ [ "dentistry", "dentistry" ], [ "denture", "denture" ] ], "raw_glosses": [ "(dentistry) To replace the base of a denture." ], "topics": [ "dentistry", "medicine", "sciences" ] }, { "categories": [ "en:Computing" ], "glosses": [ "To modify core data from which other data is derived in such a way that the final meaning is unchanged." ], "links": [ [ "computing", "computing#Noun" ] ], "raw_glosses": [ "(computing) To modify core data from which other data is derived in such a way that the final meaning is unchanged." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "English terms with quotations", "English transitive verbs", "en:Computing" ], "examples": [ { "ref": "2006, Raymond Chen, The Old New Thing:", "text": "When a DLL must be loaded at an address different from its preferred address (because the preferred address is unavailable), the kernel must rebase the DLL, which consists of updating (fixing up) all addresses in the DLL so that they refer to its new location in memory.", "type": "quote" } ], "glosses": [ "To change the base address of." ], "links": [ [ "computing", "computing#Noun" ], [ "base", "base" ], [ "address", "address" ] ], "raw_glosses": [ "(computing, transitive) To change the base address of." ], "tags": [ "transitive" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] }, { "categories": [ "en:Computing" ], "glosses": [ "To integrate changes by appending them to another commit or branch, rather than pulling or merging in changes from a branch." ], "links": [ [ "computing", "computing#Noun" ], [ "source control", "source control" ], [ "commit", "commit" ], [ "branch", "branch" ], [ "pulling", "pull" ], [ "merging", "merge" ] ], "qualifier": "source control", "raw_glosses": [ "(computing, source control) To integrate changes by appending them to another commit or branch, rather than pulling or merging in changes from a branch." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "sciences" ] } ], "word": "rebase" }
Download raw JSONL data for rebase meaning in English (2.9kB)
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2025-03-13 from the enwiktionary dump dated 2025-03-02 using wiktextract (f074e77 and 633533e). 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.