See debounce in All languages combined, or Wiktionary
{ "derived": [ { "_dis1": "0 0", "word": "debouncer" } ], "etymology_templates": [ { "args": { "1": "en", "2": "de", "3": "bounce" }, "expansion": "de- + bounce", "name": "prefix" } ], "etymology_text": "From de- + bounce.", "forms": [ { "form": "debounces", "tags": [ "present", "singular", "third-person" ] }, { "form": "debouncing", "tags": [ "participle", "present" ] }, { "form": "debounced", "tags": [ "participle", "past" ] }, { "form": "debounced", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "debounce (third-person singular simple present debounces, present participle debouncing, simple past and past participle debounced)", "name": "en-verb" } ], "hyphenation": [ "de‧bounce" ], "lang": "English", "lang_code": "en", "pos": "verb", "related": [ { "_dis1": "0 0", "word": "keybounce" } ], "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Electronics", "orig": "en:Electronics", "parents": [ "Technology", "All topics", "Fundamental" ], "source": "w" }, { "_dis": "47 53", "kind": "other", "name": "English terms prefixed with de-", "parents": [], "source": "w+disamb" } ], "glosses": [ "To remove the small ripple of current that forms when a mechanical switch is pushed in an electrical circuit and makes a series of short contacts." ], "id": "en-debounce-en-verb-F5QXybRR", "links": [ [ "electronics", "electronics" ], [ "ripple", "ripple" ], [ "current", "current" ], [ "mechanical", "mechanical" ], [ "switch", "switch" ], [ "electrical", "electrical" ], [ "circuit", "circuit" ], [ "contact", "contact" ] ], "raw_glosses": [ "(electronics) To remove the small ripple of current that forms when a mechanical switch is pushed in an electrical circuit and makes a series of short contacts." ], "topics": [ "business", "electrical-engineering", "electricity", "electromagnetism", "electronics", "energy", "engineering", "natural-sciences", "physical-sciences", "physics" ], "translations": [ { "_dis1": "92 8", "code": "de", "lang": "German", "sense": "electronics: to remove the small ripple of current", "word": "entprellen" } ] }, { "categories": [ { "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" }, { "_dis": "44 56", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "47 53", "kind": "other", "name": "English terms prefixed with de-", "parents": [], "source": "w+disamb" }, { "_dis": "26 74", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "43 57", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "41 59", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "34 66", "kind": "other", "name": "Terms with German translations", "parents": [], "source": "w+disamb" } ], "examples": [ { "ref": "2016, Maximiliano Firtman, High Performance Mobile Web, page 224:", "text": "With debouncing, we group several calls to the same events into one; with throttling, we are forcing our call to be executed no more than once per time period, such as a maximum of once per 400 ms.", "type": "quote" } ], "glosses": [ "To discard events or signals that should not be processed because they occurred too close together." ], "id": "en-debounce-en-verb-Zsp2KmL2", "links": [ [ "programming", "programming#Noun" ], [ "discard", "discard" ], [ "event", "event" ], [ "signal", "signal" ] ], "raw_glosses": [ "(programming, by extension) To discard events or signals that should not be processed because they occurred too close together." ], "tags": [ "broadly" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/diːˈbaʊns/", "tags": [ "UK" ] } ], "word": "debounce" }
{ "categories": [ "English entries with incorrect language header", "English lemmas", "English terms prefixed with de-", "English verbs", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with German translations" ], "derived": [ { "word": "debouncer" } ], "etymology_templates": [ { "args": { "1": "en", "2": "de", "3": "bounce" }, "expansion": "de- + bounce", "name": "prefix" } ], "etymology_text": "From de- + bounce.", "forms": [ { "form": "debounces", "tags": [ "present", "singular", "third-person" ] }, { "form": "debouncing", "tags": [ "participle", "present" ] }, { "form": "debounced", "tags": [ "participle", "past" ] }, { "form": "debounced", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "debounce (third-person singular simple present debounces, present participle debouncing, simple past and past participle debounced)", "name": "en-verb" } ], "hyphenation": [ "de‧bounce" ], "lang": "English", "lang_code": "en", "pos": "verb", "related": [ { "word": "keybounce" } ], "senses": [ { "categories": [ "en:Electronics" ], "glosses": [ "To remove the small ripple of current that forms when a mechanical switch is pushed in an electrical circuit and makes a series of short contacts." ], "links": [ [ "electronics", "electronics" ], [ "ripple", "ripple" ], [ "current", "current" ], [ "mechanical", "mechanical" ], [ "switch", "switch" ], [ "electrical", "electrical" ], [ "circuit", "circuit" ], [ "contact", "contact" ] ], "raw_glosses": [ "(electronics) To remove the small ripple of current that forms when a mechanical switch is pushed in an electrical circuit and makes a series of short contacts." ], "topics": [ "business", "electrical-engineering", "electricity", "electromagnetism", "electronics", "energy", "engineering", "natural-sciences", "physical-sciences", "physics" ] }, { "categories": [ "English terms with quotations", "Quotation templates to be cleaned", "en:Programming" ], "examples": [ { "ref": "2016, Maximiliano Firtman, High Performance Mobile Web, page 224:", "text": "With debouncing, we group several calls to the same events into one; with throttling, we are forcing our call to be executed no more than once per time period, such as a maximum of once per 400 ms.", "type": "quote" } ], "glosses": [ "To discard events or signals that should not be processed because they occurred too close together." ], "links": [ [ "programming", "programming#Noun" ], [ "discard", "discard" ], [ "event", "event" ], [ "signal", "signal" ] ], "raw_glosses": [ "(programming, by extension) To discard events or signals that should not be processed because they occurred too close together." ], "tags": [ "broadly" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/diːˈbaʊns/", "tags": [ "UK" ] } ], "translations": [ { "code": "de", "lang": "German", "sense": "electronics: to remove the small ripple of current", "word": "entprellen" } ], "word": "debounce" }
Download raw JSONL data for debounce 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 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.