See aggressive in All languages combined, or Wiktionary
{ "antonyms": [ { "word": "passive" } ], "derived": [ { "_dis1": "0 0 0 0 0", "word": "aggressively" }, { "_dis1": "0 0 0 0 0", "word": "aggressive mimicry" }, { "_dis1": "0 0 0 0 0", "word": "aggressiveness" }, { "_dis1": "0 0 0 0 0", "word": "aggressivism" }, { "_dis1": "0 0 0 0 0", "word": "aggressivist" }, { "_dis1": "0 0 0 0 0", "word": "aggressivity" }, { "_dis1": "0 0 0 0 0", "word": "alloaggressive" }, { "_dis1": "0 0 0 0 0", "word": "antiaggressive" }, { "_dis1": "0 0 0 0 0", "word": "autoaggressive" }, { "_dis1": "0 0 0 0 0", "word": "hyperaggressive" }, { "_dis1": "0 0 0 0 0", "word": "microaggressive" }, { "_dis1": "0 0 0 0 0", "word": "nonaggressive" }, { "_dis1": "0 0 0 0 0", "word": "overaggressive" }, { "_dis1": "0 0 0 0 0", "word": "passive-aggressive" }, { "_dis1": "0 0 0 0 0", "word": "superaggressive" }, { "_dis1": "0 0 0 0 0", "word": "unaggressive" } ], "etymology_templates": [ { "args": { "1": "en", "2": "aggress", "3": "ive" }, "expansion": "aggress + -ive", "name": "suffix" }, { "args": { "1": "fr", "2": "agressif" }, "expansion": "French agressif", "name": "cog" } ], "etymology_text": "From aggress + -ive. Compare with French agressif.", "forms": [ { "form": "more aggressive", "tags": [ "comparative" ] }, { "form": "most aggressive", "tags": [ "superlative" ] } ], "head_templates": [ { "args": {}, "expansion": "aggressive (comparative more aggressive, superlative most aggressive)", "name": "en-adj" } ], "lang": "English", "lang_code": "en", "pos": "adj", "related": [ { "_dis1": "0 0 0 0 0", "word": "aggression" }, { "_dis1": "0 0 0 0 0", "word": "aggressor" } ], "senses": [ { "categories": [ { "kind": "other", "name": "English terms with collocations", "parents": [ "Terms with collocations", "Entry maintenance" ], "source": "w" }, { "_dis": "21 5 2 3 29 8 32", "kind": "topical", "langcode": "en", "name": "Personality", "orig": "en:Personality", "parents": [ "Mind", "Human", "All topics", "Fundamental" ], "source": "w+disamb" } ], "examples": [ { "text": "an aggressive policy, war, person, nation", "type": "example" }, { "ref": "2011, Judith S. Weis, Do Fish Sleep, Rutgers University Press, →ISBN, page 63:", "text": "When a new aggressive fish is added to an aquarium with an already-established, territorial fish, the established fish will probably fight to protect its territory (the whole tank).", "type": "quote" }, { "ref": "2018 December 1, Drachinifel, 8:56 from the start, in Anti-Slavery Patrols - The West Africa Squadron, archived from the original on 2024-11-29:", "text": "This highly-aggressive approach had results, but briefly caused a major uproar in parts of the United States, which was mitigated by the Webster–Ashburton Treaty in 1842, which formalised the U.S. Navy's contribution to the antislavery efforts.", "type": "quote" } ], "glosses": [ "Characterized by aggression; highly combative; prone to behave in a way that involves attacking (especially if unjustly) or arguing." ], "id": "en-aggressive-en-adj-4oLQk7gP", "links": [ [ "aggression", "aggression" ], [ "highly", "highly" ], [ "combative", "combative" ], [ "prone", "prone" ], [ "behave", "behave" ], [ "attack", "attack" ], [ "unjust", "unjust" ], [ "arguing", "argue" ] ] }, { "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" } ], "examples": [ { "ref": "1996, Tibor Gyimothy, Compiler Construction: 6th International Conference, CC '96, Linköping, Sweden, April 24 - 26, 1996. Proceedings, Volume 6, Springer, →ISBN, page 59:", "text": "This paper describes how aggressive loop unrolling is done in a retargetable optimizing compiler.", "type": "quote" }, { "ref": "2001, Paul Feautrier, edited by Santosh Pande and Dharma P. Agrawal, Compiler Optimizations for Scalable Parallel Systems, Springer, →ISBN, page 173:", "text": "Since the most aggressive type of optimization a program can be subjected to is parallelization, understanding a program before attempting to parallelize it is a very important step.", "type": "quote" }, { "ref": "2002, Y. N. Srikant, Priti Shankar, The Compiler Design Handbook: Optimizations and Machine Code Generation, CRC Press, →ISBN, page 465:", "text": "However, aggressive compiler techniques such as loop unrolling, promoting of subscripted array variables into registers (especially in of subscripted array variables into registers (especially in loops) and interprocedural optimizations create heavy register pressure and it is still quite important to do a good job of register allocation.", "type": "quote" }, { "ref": "2002, Shpeisman, T. ; Lueh, G.-Y. ; Adl-Tabatabai, A.-R., PACT 2002: 2002 International Conference on Parallel Architectures and Compilation Techniques : proceedings : 22-25 September, 2002, Charlottesville, Virginia, USA, IEEE Computer Society Press →ISBN, page 249", "text": "The Itanium processor is an example of an Explicitly Parallel Instruction Computing (EPIC) architecture and thus relies on aggressive and expensive compiler optimizations for performance." }, { "ref": "2003, Susanna Pelagatti, edited by Fethi Rabhi and Sergei Gorlatch, Patterns and Skeletons for Parallel and Distributed Computing, Springer, →ISBN, page 182:", "text": "This sensibly eases the programmer task and allows for more aggressive optimisations of the global program structure.", "type": "quote" }, { "ref": "2011, Wen-mei W. Hwu, GPU Computing Gems Jade Edition, Elsevier, →ISBN, page 11:", "text": "The CUDA C code for the GPU, as well as the C and inline assembly code for the CPU, were highly optimized and aggressive compiler optimizations (-O4) were turned on.", "type": "quote" } ], "glosses": [ "Exploiting every opportunity to be applied." ], "id": "en-aggressive-en-adj-4qpumCAU", "links": [ [ "programming", "programming#Noun" ], [ "method", "method" ], [ "process", "process" ], [ "Exploiting", "exploit" ], [ "opportunity", "opportunity" ] ], "raw_glosses": [ "(especially programming, of a method or process) Exploiting every opportunity to be applied." ], "raw_tags": [ "of a method or process" ], "tags": [ "especially" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Pathology", "orig": "en:Pathology", "parents": [ "Disease", "Medicine", "Health", "Biology", "Healthcare", "Body", "Sciences", "All topics", "Fundamental" ], "source": "w" } ], "glosses": [ "That spreads quickly or extensively; virulent; malignant." ], "id": "en-aggressive-en-adj-Qrb~ukQf", "links": [ [ "pathology", "pathology" ], [ "virulent", "virulent" ], [ "malignant", "malignant" ] ], "raw_glosses": [ "(pathology, of a tumour or disease) That spreads quickly or extensively; virulent; malignant." ], "raw_tags": [ "of a tumour or disease" ], "topics": [ "medicine", "pathology", "sciences" ] }, { "categories": [ { "kind": "other", "name": "English terms with collocations", "parents": [ "Terms with collocations", "Entry maintenance" ], "source": "w" }, { "kind": "topical", "langcode": "en", "name": "Finance", "orig": "en:Finance", "parents": [ "Business", "Economics", "Society", "Social sciences", "All topics", "Sciences", "Fundamental" ], "source": "w" } ], "examples": [ { "text": "an aggressive stock; an aggressive portfolio", "type": "example" } ], "glosses": [ "Involving high risk for potentially high reward." ], "id": "en-aggressive-en-adj-xJAVwyA1", "links": [ [ "finance", "finance#Noun" ], [ "risk", "risk" ], [ "reward", "reward" ] ], "raw_glosses": [ "(finance) Involving high risk for potentially high reward." ], "topics": [ "business", "finance" ] }, { "categories": [ { "kind": "other", "name": "American English", "parents": [], "source": "w" }, { "kind": "topical", "langcode": "en", "name": "LGBTQ", "orig": "en:LGBTQ", "parents": [ "Sexuality", "Human behaviour", "Sex", "Human", "All topics", "Reproduction", "Fundamental", "Life", "Nature" ], "source": "w" }, { "_dis": "13 18 4 15 30 11 9", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "9 12 4 10 41 9 16", "kind": "other", "name": "English terms suffixed with -ive", "parents": [], "source": "w+disamb" }, { "_dis": "13 15 4 15 37 12 5", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "9 11 2 11 31 9 7 2 1 10 2 1 1 1 1", "kind": "other", "name": "Pages with 6 entries", "parents": [], "source": "w+disamb" }, { "_dis": "10 13 2 12 30 12 4 1 1 12 1 0 1 0 1", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Afrikaans translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Albanian translations", "parents": [], "source": "w+disamb" }, { "_dis": "7 15 6 7 40 5 19", "kind": "other", "name": "Terms with Ancient Greek translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 12 5 9 43 6 14", "kind": "other", "name": "Terms with Arabic translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 10 4 8 42 9 17", "kind": "other", "name": "Terms with Armenian translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 11 4 10 43 8 13", "kind": "other", "name": "Terms with Asturian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Azerbaijani translations", "parents": [], "source": "w+disamb" }, { "_dis": "12 12 4 11 42 9 11", "kind": "other", "name": "Terms with Belarusian translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 11 4 9 45 8 14", "kind": "other", "name": "Terms with Bulgarian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 44 7 18", "kind": "other", "name": "Terms with Catalan translations", "parents": [], "source": "w+disamb" }, { "_dis": "7 9 5 6 44 7 21", "kind": "other", "name": "Terms with Czech translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 9 2 8 51 7 15", "kind": "other", "name": "Terms with Danish translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 14 5 13 43 9 6", "kind": "other", "name": "Terms with Dutch translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 10 3 9 49 7 15", "kind": "other", "name": "Terms with Esperanto translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 42 10 16", "kind": "other", "name": "Terms with Estonian translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 11 4 10 43 8 14", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 14 5 13 44 8 6", "kind": "other", "name": "Terms with French translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 11 4 9 44 8 15", "kind": "other", "name": "Terms with Galician translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 10 5 8 42 9 15", "kind": "other", "name": "Terms with Georgian translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 14 5 13 42 8 6", "kind": "other", "name": "Terms with German translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 26 8 10 35 7 6", "kind": "other", "name": "Terms with Greek translations", "parents": [], "source": "w+disamb" }, { "_dis": "13 12 4 10 42 7 11", "kind": "other", "name": "Terms with Hebrew translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 12 5 8 44 6 16", "kind": "other", "name": "Terms with Hindi translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 21 6 7 36 8 14", "kind": "other", "name": "Terms with Hungarian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 42 10 16", "kind": "other", "name": "Terms with Indonesian translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 8 3 7 47 6 21", "kind": "other", "name": "Terms with Irish translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 13 4 12 46 9 5", "kind": "other", "name": "Terms with Italian translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 13 4 12 46 9 5", "kind": "other", "name": "Terms with Japanese translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 12 3 11 47 9 7", "kind": "other", "name": "Terms with Kabuverdianu translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 12 3 11 47 9 8", "kind": "other", "name": "Terms with Khiamniungan Naga translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 10 4 9 44 7 16", "kind": "other", "name": "Terms with Khmer translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 45 7 16", "kind": "other", "name": "Terms with Korean translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 13 4 12 46 9 5", "kind": "other", "name": "Terms with Latin translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 42 10 16", "kind": "other", "name": "Terms with Latvian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 42 10 16", "kind": "other", "name": "Terms with Lithuanian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 42 10 16", "kind": "other", "name": "Terms with Macedonian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Malay translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 11 4 10 43 8 13", "kind": "other", "name": "Terms with Maltese translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 14 6 8 42 6 16", "kind": "other", "name": "Terms with Mandarin translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 45 7 16", "kind": "other", "name": "Terms with Maori translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 12 5 8 42 9 14", "kind": "other", "name": "Terms with Mongolian translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 11 4 9 44 8 15", "kind": "other", "name": "Terms with Norwegian translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 11 4 9 45 7 15", "kind": "other", "name": "Terms with Occitan translations", "parents": [], "source": "w+disamb" }, { "_dis": "5 6 1 6 73 5 4", "kind": "other", "name": "Terms with Papiamentu translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 41 10 18", "kind": "other", "name": "Terms with Persian translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 11 4 9 43 7 15", "kind": "other", "name": "Terms with Polish translations", "parents": [], "source": "w+disamb" }, { "_dis": "13 11 4 12 38 8 15", "kind": "other", "name": "Terms with Portuguese translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 10 3 9 49 7 15", "kind": "other", "name": "Terms with Quechua translations", "parents": [], "source": "w+disamb" }, { "_dis": "10 11 4 9 44 8 15", "kind": "other", "name": "Terms with Romanian translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 13 4 12 46 9 5", "kind": "other", "name": "Terms with Russian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 45 7 17", "kind": "other", "name": "Terms with Scottish Gaelic translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Serbo-Croatian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 42 10 16", "kind": "other", "name": "Terms with Slovak translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Slovene translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 14 4 13 44 10 4", "kind": "other", "name": "Terms with Spanish translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 3 9 45 7 16", "kind": "other", "name": "Terms with Swedish translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 45 7 16", "kind": "other", "name": "Terms with Tagalog translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 10 4 8 42 10 15", "kind": "other", "name": "Terms with Thai translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 3 9 45 7 16", "kind": "other", "name": "Terms with Turkish translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 9 45 7 16", "kind": "other", "name": "Terms with Ukrainian translations", "parents": [], "source": "w+disamb" }, { "_dis": "9 10 4 8 43 9 17", "kind": "other", "name": "Terms with Vietnamese translations", "parents": [], "source": "w+disamb" }, { "_dis": "11 14 5 13 44 9 6", "kind": "other", "name": "Terms with Welsh translations", "parents": [], "source": "w+disamb" }, { "_dis": "8 11 4 9 47 6 16", "kind": "other", "name": "Terms with Yiddish translations", "parents": [], "source": "w+disamb" }, { "_dis": "21 5 2 3 29 8 32", "kind": "topical", "langcode": "en", "name": "Personality", "orig": "en:Personality", "parents": [ "Mind", "Human", "All topics", "Fundamental" ], "source": "w+disamb" } ], "examples": [ { "text": "For quotations using this term, see Citations:aggressive." } ], "glosses": [ "Female but having a male or masculine gender presentation: butch." ], "id": "en-aggressive-en-adj-mEpXxIh~", "links": [ [ "LGBTQ", "LGBTQ" ], [ "Female", "female#English" ], [ "male", "male" ], [ "masculine", "masculine" ], [ "butch", "butch" ] ], "qualifier": "Black lesbian slang", "raw_glosses": [ "(US, LGBTQ, Black lesbian slang) Female but having a male or masculine gender presentation: butch." ], "tags": [ "US" ] } ], "sounds": [ { "ipa": "/əˈɡɹɛs.ɪv/", "tags": [ "US" ] }, { "audio": "en-us-aggressive.ogg", "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/6/63/En-us-aggressive.ogg/En-us-aggressive.ogg.mp3", "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/6/63/En-us-aggressive.ogg" }, { "rhymes": "-ɛsɪv" } ], "translations": [ { "_dis1": "32 17 6 16 28", "code": "af", "lang": "Afrikaans", "sense": "tending or disposed to aggress", "word": "aggressief" }, { "_dis1": "32 17 6 16 28", "code": "sq", "lang": "Albanian", "sense": "tending or disposed to aggress", "word": "agresiv" }, { "_dis1": "32 17 6 16 28", "code": "ar", "lang": "Arabic", "roman": "ʕudwāniyy", "sense": "tending or disposed to aggress", "word": "عُدْوَانِيّ" }, { "_dis1": "32 17 6 16 28", "code": "ar", "lang": "Arabic", "roman": "hujūmiyy", "sense": "tending or disposed to aggress", "word": "هُجُومِيّ" }, { "_dis1": "32 17 6 16 28", "code": "hy", "lang": "Armenian", "roman": "agresiv", "sense": "tending or disposed to aggress", "word": "ագրեսիվ" }, { "_dis1": "32 17 6 16 28", "code": "ast", "lang": "Asturian", "sense": "tending or disposed to aggress", "word": "agresivu" }, { "_dis1": "32 17 6 16 28", "code": "az", "lang": "Azerbaijani", "sense": "tending or disposed to aggress", "word": "aqressiv" }, { "_dis1": "32 17 6 16 28", "code": "be", "lang": "Belarusian", "roman": "ahresýŭny", "sense": "tending or disposed to aggress", "word": "агрэсы́ўны" }, { "_dis1": "32 17 6 16 28", "code": "be", "lang": "Belarusian", "roman": "vajaŭníčy", "sense": "tending or disposed to aggress", "word": "ваяўні́чы" }, { "_dis1": "32 17 6 16 28", "code": "bg", "lang": "Bulgarian", "roman": "agresíven", "sense": "tending or disposed to aggress", "word": "агреси́вен" }, { "_dis1": "32 17 6 16 28", "code": "bg", "lang": "Bulgarian", "roman": "napadátelen", "sense": "tending or disposed to aggress", "word": "напада́телен" }, { "_dis1": "32 17 6 16 28", "code": "ca", "lang": "Catalan", "sense": "tending or disposed to aggress", "word": "agressiu" }, { "_dis1": "32 17 6 16 28", "code": "cmn", "lang": "Chinese Mandarin", "roman": "hàodòu", "sense": "tending or disposed to aggress", "word": "好鬥 /好斗" }, { "_dis1": "32 17 6 16 28", "code": "cmn", "lang": "Chinese Mandarin", "roman": "hàozhàn de", "sense": "tending or disposed to aggress", "word": "好戰的 /好战的" }, { "_dis1": "32 17 6 16 28", "code": "cmn", "lang": "Chinese Mandarin", "roman": "qīnlüè de", "sense": "tending or disposed to aggress", "word": "侵略的" }, { "_dis1": "32 17 6 16 28", "code": "cmn", "lang": "Chinese Mandarin", "roman": "ài xúnxìn de", "sense": "tending or disposed to aggress", "word": "愛尋釁的 /爱寻衅的" }, { "_dis1": "32 17 6 16 28", "code": "cs", "lang": "Czech", "sense": "tending or disposed to aggress", "word": "útočný" }, { "_dis1": "32 17 6 16 28", "code": "cs", "lang": "Czech", "sense": "tending or disposed to aggress", "word": "agresivní" }, { "_dis1": "32 17 6 16 28", "code": "da", "lang": "Danish", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "_dis1": "32 17 6 16 28", "code": "nl", "lang": "Dutch", "sense": "tending or disposed to aggress", "word": "agressief" }, { "_dis1": "32 17 6 16 28", "code": "eo", "lang": "Esperanto", "sense": "tending or disposed to aggress", "word": "agresema" }, { "_dis1": "32 17 6 16 28", "code": "et", "lang": "Estonian", "sense": "tending or disposed to aggress", "word": "kallaletungiv" }, { "_dis1": "32 17 6 16 28", "code": "fi", "lang": "Finnish", "sense": "tending or disposed to aggress", "word": "aggressiivinen" }, { "_dis1": "32 17 6 16 28", "code": "fi", "lang": "Finnish", "sense": "tending or disposed to aggress", "word": "hyökkäävä" }, { "_dis1": "32 17 6 16 28", "code": "fr", "lang": "French", "sense": "tending or disposed to aggress", "word": "agressif" }, { "_dis1": "32 17 6 16 28", "code": "gl", "lang": "Galician", "sense": "tending or disposed to aggress", "word": "agresivo" }, { "_dis1": "32 17 6 16 28", "code": "ka", "lang": "Georgian", "roman": "agresiuli", "sense": "tending or disposed to aggress", "word": "აგრესიული" }, { "_dis1": "32 17 6 16 28", "code": "de", "lang": "German", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "_dis1": "32 17 6 16 28", "code": "de", "lang": "German", "sense": "tending or disposed to aggress", "word": "angriffslustig" }, { "_dis1": "32 17 6 16 28", "code": "el", "lang": "Greek", "roman": "epithetikós", "sense": "tending or disposed to aggress", "word": "επιθετικός" }, { "_dis1": "32 17 6 16 28", "code": "grc", "lang": "Ancient Greek", "roman": "epithetikós", "sense": "tending or disposed to aggress", "word": "ἐπιθετικός" }, { "_dis1": "32 17 6 16 28", "code": "he", "lang": "Hebrew", "sense": "tending or disposed to aggress", "word": "מתגרה" }, { "_dis1": "32 17 6 16 28", "code": "hi", "lang": "Hindi", "roman": "ākramaṇkārak", "sense": "tending or disposed to aggress", "word": "आक्रमणकारक" }, { "_dis1": "32 17 6 16 28", "code": "hi", "lang": "Hindi", "roman": "jaṅgī", "sense": "tending or disposed to aggress", "word": "जंगी" }, { "_dis1": "32 17 6 16 28", "code": "hi", "lang": "Hindi", "roman": "dhakkāmār", "sense": "tending or disposed to aggress", "word": "धक्कामार" }, { "_dis1": "32 17 6 16 28", "code": "hi", "lang": "Hindi", "roman": "daṅglī", "sense": "tending or disposed to aggress", "word": "दंगली" }, { "_dis1": "32 17 6 16 28", "code": "hu", "lang": "Hungarian", "sense": "tending or disposed to aggress", "word": "agresszív" }, { "_dis1": "32 17 6 16 28", "code": "id", "lang": "Indonesian", "sense": "tending or disposed to aggress", "word": "agresif" }, { "_dis1": "32 17 6 16 28", "code": "ga", "lang": "Irish", "sense": "tending or disposed to aggress", "word": "ionsaitheach" }, { "_dis1": "32 17 6 16 28", "code": "ga", "lang": "Irish", "sense": "tending or disposed to aggress", "word": "amasach" }, { "_dis1": "32 17 6 16 28", "code": "it", "lang": "Italian", "sense": "tending or disposed to aggress", "word": "aggressivo" }, { "_dis1": "32 17 6 16 28", "alt": "しんりゃくてきな", "code": "ja", "lang": "Japanese", "roman": "shinryakuteki na", "sense": "tending or disposed to aggress", "word": "侵略的な" }, { "_dis1": "32 17 6 16 28", "alt": "こうげきてきな", "code": "ja", "lang": "Japanese", "roman": "kōgekiteki na", "sense": "tending or disposed to aggress", "word": "攻撃的な" }, { "_dis1": "32 17 6 16 28", "code": "kea", "lang": "Kabuverdianu", "sense": "tending or disposed to aggress", "word": "agresivu" }, { "_dis1": "32 17 6 16 28", "code": "kea", "lang": "Kabuverdianu", "sense": "tending or disposed to aggress", "word": "agresive" }, { "_dis1": "32 17 6 16 28", "code": "km", "lang": "Khmer", "roman": "chliən piən", "sense": "tending or disposed to aggress", "word": "ឈ្លានពាន" }, { "_dis1": "32 17 6 16 28", "code": "ko", "lang": "Korean", "roman": "gonggyeokjeog-in", "sense": "tending or disposed to aggress", "word": "공격적인" }, { "_dis1": "32 17 6 16 28", "code": "ko", "lang": "Korean", "roman": "chimnyakjeog-in", "sense": "tending or disposed to aggress", "word": "침략적인" }, { "_dis1": "32 17 6 16 28", "code": "la", "lang": "Latin", "sense": "tending or disposed to aggress", "word": "pugnax" }, { "_dis1": "32 17 6 16 28", "code": "la", "lang": "Latin", "sense": "tending or disposed to aggress", "word": "aggressivus" }, { "_dis1": "32 17 6 16 28", "code": "lv", "lang": "Latvian", "sense": "tending or disposed to aggress", "word": "agresīvs" }, { "_dis1": "32 17 6 16 28", "code": "lt", "lang": "Lithuanian", "sense": "tending or disposed to aggress", "word": "agresyvus" }, { "_dis1": "32 17 6 16 28", "code": "mk", "lang": "Macedonian", "roman": "agresiven", "sense": "tending or disposed to aggress", "word": "агресивен" }, { "_dis1": "32 17 6 16 28", "code": "ms", "lang": "Malay", "sense": "tending or disposed to aggress", "word": "agresif" }, { "_dis1": "32 17 6 16 28", "code": "mt", "lang": "Maltese", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "_dis1": "32 17 6 16 28", "code": "mi", "lang": "Maori", "sense": "tending or disposed to aggress", "word": "whakaariki" }, { "_dis1": "32 17 6 16 28", "code": "mi", "lang": "Maori", "sense": "tending or disposed to aggress", "word": "kairiri" }, { "_dis1": "32 17 6 16 28", "code": "mn", "lang": "Mongolian", "roman": "türemgii", "sense": "tending or disposed to aggress", "word": "түрэмгий" }, { "_dis1": "32 17 6 16 28", "code": "no", "lang": "Norwegian", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "_dis1": "32 17 6 16 28", "code": "oc", "lang": "Occitan", "sense": "tending or disposed to aggress", "word": "agressiu" }, { "_dis1": "32 17 6 16 28", "code": "pap", "lang": "Papiamentu", "sense": "tending or disposed to aggress", "word": "agresivo" }, { "_dis1": "32 17 6 16 28", "code": "fa", "lang": "Persian", "roman": "setizju", "sense": "tending or disposed to aggress", "word": "ستیزجو" }, { "_dis1": "32 17 6 16 28", "code": "pl", "lang": "Polish", "sense": "tending or disposed to aggress", "word": "agresywny" }, { "_dis1": "32 17 6 16 28", "code": "pl", "lang": "Polish", "sense": "tending or disposed to aggress", "word": "wojowniczy" }, { "_dis1": "32 17 6 16 28", "code": "pl", "lang": "Polish", "sense": "tending or disposed to aggress", "word": "napastliwy" }, { "_dis1": "32 17 6 16 28", "code": "pt", "lang": "Portuguese", "sense": "tending or disposed to aggress", "word": "agressivo" }, { "_dis1": "32 17 6 16 28", "code": "qu", "lang": "Quechua", "sense": "tending or disposed to aggress", "word": "phiña" }, { "_dis1": "32 17 6 16 28", "code": "ro", "lang": "Romanian", "sense": "tending or disposed to aggress", "word": "agresiv" }, { "_dis1": "32 17 6 16 28", "code": "ru", "lang": "Russian", "roman": "agressívnyj", "sense": "tending or disposed to aggress", "word": "агресси́вный" }, { "_dis1": "32 17 6 16 28", "code": "ru", "lang": "Russian", "roman": "voínstvennyj", "sense": "tending or disposed to aggress", "word": "вои́нственный" }, { "_dis1": "32 17 6 16 28", "code": "gd", "lang": "Scottish Gaelic", "sense": "tending or disposed to aggress", "word": "ionnsaigheach" }, { "_dis1": "32 17 6 16 28", "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Cyrillic" ], "word": "агресиван" }, { "_dis1": "32 17 6 16 28", "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Cyrillic" ], "word": "насилан" }, { "_dis1": "32 17 6 16 28", "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Cyrillic" ], "word": "насртљив" }, { "_dis1": "32 17 6 16 28", "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Roman" ], "word": "agresivan" }, { "_dis1": "32 17 6 16 28", "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Roman" ], "word": "nasilan" }, { "_dis1": "32 17 6 16 28", "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Roman" ], "word": "nasrtljiv" }, { "_dis1": "32 17 6 16 28", "code": "sk", "lang": "Slovak", "sense": "tending or disposed to aggress", "word": "agresívny" }, { "_dis1": "32 17 6 16 28", "code": "sk", "lang": "Slovak", "sense": "tending or disposed to aggress", "word": "útočný" }, { "_dis1": "32 17 6 16 28", "code": "sl", "lang": "Slovene", "sense": "tending or disposed to aggress", "word": "nasilen" }, { "_dis1": "32 17 6 16 28", "code": "es", "lang": "Spanish", "sense": "tending or disposed to aggress", "word": "agresivo" }, { "_dis1": "32 17 6 16 28", "code": "sv", "lang": "Swedish", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "_dis1": "32 17 6 16 28", "code": "tl", "lang": "Tagalog", "sense": "tending or disposed to aggress", "word": "mabalagsik" }, { "_dis1": "32 17 6 16 28", "code": "th", "lang": "Thai", "roman": "gâao ráao", "sense": "tending or disposed to aggress", "word": "ก้าวร้าว" }, { "_dis1": "32 17 6 16 28", "code": "th", "lang": "Thai", "sense": "tending or disposed to aggress", "word": "ออกตัวแรง" }, { "_dis1": "32 17 6 16 28", "code": "tr", "lang": "Turkish", "sense": "tending or disposed to aggress", "word": "saldırgan" }, { "_dis1": "32 17 6 16 28", "code": "uk", "lang": "Ukrainian", "roman": "ahresývnyj", "sense": "tending or disposed to aggress", "word": "агреси́вний" }, { "_dis1": "32 17 6 16 28", "code": "uk", "lang": "Ukrainian", "roman": "vojovnýčyj", "sense": "tending or disposed to aggress", "word": "войовни́чий" }, { "_dis1": "32 17 6 16 28", "code": "uk", "lang": "Ukrainian", "roman": "vojovýtyj", "sense": "tending or disposed to aggress", "word": "войови́тий" }, { "_dis1": "32 17 6 16 28", "alt": "侵略", "code": "vi", "lang": "Vietnamese", "sense": "tending or disposed to aggress", "word": "xâm lược" }, { "_dis1": "32 17 6 16 28", "code": "cy", "lang": "Welsh", "sense": "tending or disposed to aggress", "word": "gormesol" }, { "_dis1": "32 17 6 16 28", "code": "yi", "lang": "Yiddish", "roman": "agresiv", "sense": "tending or disposed to aggress", "word": "אַגרעסיוו" }, { "_dis1": "15 18 25 16 27", "code": "mi", "lang": "Maori", "sense": "Spreading rapidly of a disease or tumour", "word": "rīrā" }, { "_dis1": "29 30 19 4 18", "code": "kix", "lang": "Khiamniungan Naga", "sense": "aggressive behavior", "word": "tìehtìeh" } ], "word": "aggressive" } { "etymology_templates": [ { "args": { "1": "en", "2": "aggress", "3": "ive" }, "expansion": "aggress + -ive", "name": "suffix" }, { "args": { "1": "fr", "2": "agressif" }, "expansion": "French agressif", "name": "cog" } ], "etymology_text": "From aggress + -ive. Compare with French agressif.", "forms": [ { "form": "aggressives", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "aggressive (plural aggressives)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "glosses": [ "One who is aggressive." ], "id": "en-aggressive-en-noun-jBFvGZD~", "links": [ [ "aggressive", "#Adjective" ] ] }, { "categories": [ { "kind": "other", "name": "American English", "parents": [], "source": "w" }, { "kind": "topical", "langcode": "en", "name": "LGBTQ", "orig": "en:LGBTQ", "parents": [ "Sexuality", "Human behaviour", "Sex", "Human", "All topics", "Reproduction", "Fundamental", "Life", "Nature" ], "source": "w" }, { "_dis": "21 5 2 3 29 8 32", "kind": "topical", "langcode": "en", "name": "Personality", "orig": "en:Personality", "parents": [ "Mind", "Human", "All topics", "Fundamental" ], "source": "w+disamb" } ], "examples": [ { "ref": "2012 February 1, Siobhan Brooks, Unequal Desires: Race and Erotic Capital in the Stripping Industry, State University of New York Press, →ISBN, page 110:", "text": "[...]; usually the femme is the ho [at the costume party], and the butch/aggressive is the pimp. [...] An aggressive is a masculine-identified woman like the category of butch; aggressive is the contemporary term among younger masculine-identified women.", "type": "quote" } ], "glosses": [ "A (Black) woman who presents as masculine; a butch." ], "id": "en-aggressive-en-noun-JSSEFnz6", "links": [ [ "LGBTQ", "LGBTQ" ], [ "woman", "woman" ], [ "masculine", "masculine" ], [ "butch", "butch" ] ], "qualifier": "Black lesbian slang", "raw_glosses": [ "(US, LGBTQ, Black lesbian slang) A (Black) woman who presents as masculine; a butch." ], "tags": [ "US" ] } ], "sounds": [ { "ipa": "/əˈɡɹɛs.ɪv/", "tags": [ "US" ] }, { "audio": "en-us-aggressive.ogg", "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/6/63/En-us-aggressive.ogg/En-us-aggressive.ogg.mp3", "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/6/63/En-us-aggressive.ogg" }, { "rhymes": "-ɛsɪv" } ], "word": "aggressive" }
{ "antonyms": [ { "word": "passive" } ], "categories": [ "English adjectives", "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English terms suffixed with -ive", "Entries with translation boxes", "Pages with 6 entries", "Pages with entries", "Rhymes:English/ɛsɪv", "Rhymes:English/ɛsɪv/3 syllables", "Terms with Afrikaans translations", "Terms with Albanian translations", "Terms with Ancient Greek translations", "Terms with Arabic translations", "Terms with Armenian translations", "Terms with Asturian translations", "Terms with Azerbaijani translations", "Terms with Belarusian translations", "Terms with Bulgarian translations", "Terms with Catalan translations", "Terms with Czech translations", "Terms with Danish translations", "Terms with Dutch translations", "Terms with Esperanto translations", "Terms with Estonian translations", "Terms with Finnish translations", "Terms with French translations", "Terms with Galician translations", "Terms with Georgian translations", "Terms with German translations", "Terms with Greek translations", "Terms with Hebrew translations", "Terms with Hindi translations", "Terms with Hungarian translations", "Terms with Indonesian translations", "Terms with Irish translations", "Terms with Italian translations", "Terms with Japanese translations", "Terms with Kabuverdianu translations", "Terms with Khiamniungan Naga translations", "Terms with Khmer translations", "Terms with Korean translations", "Terms with Latin translations", "Terms with Latvian translations", "Terms with Lithuanian translations", "Terms with Macedonian translations", "Terms with Malay translations", "Terms with Maltese translations", "Terms with Mandarin translations", "Terms with Maori translations", "Terms with Mongolian translations", "Terms with Norwegian translations", "Terms with Occitan translations", "Terms with Papiamentu translations", "Terms with Persian translations", "Terms with Polish translations", "Terms with Portuguese translations", "Terms with Quechua translations", "Terms with Romanian translations", "Terms with Russian translations", "Terms with Scottish Gaelic translations", "Terms with Serbo-Croatian translations", "Terms with Slovak translations", "Terms with Slovene translations", "Terms with Spanish translations", "Terms with Swedish translations", "Terms with Tagalog translations", "Terms with Thai translations", "Terms with Turkish translations", "Terms with Ukrainian translations", "Terms with Vietnamese translations", "Terms with Welsh translations", "Terms with Yiddish translations", "en:Personality" ], "derived": [ { "word": "aggressively" }, { "word": "aggressive mimicry" }, { "word": "aggressiveness" }, { "word": "aggressivism" }, { "word": "aggressivist" }, { "word": "aggressivity" }, { "word": "alloaggressive" }, { "word": "antiaggressive" }, { "word": "autoaggressive" }, { "word": "hyperaggressive" }, { "word": "microaggressive" }, { "word": "nonaggressive" }, { "word": "overaggressive" }, { "word": "passive-aggressive" }, { "word": "superaggressive" }, { "word": "unaggressive" } ], "etymology_templates": [ { "args": { "1": "en", "2": "aggress", "3": "ive" }, "expansion": "aggress + -ive", "name": "suffix" }, { "args": { "1": "fr", "2": "agressif" }, "expansion": "French agressif", "name": "cog" } ], "etymology_text": "From aggress + -ive. Compare with French agressif.", "forms": [ { "form": "more aggressive", "tags": [ "comparative" ] }, { "form": "most aggressive", "tags": [ "superlative" ] } ], "head_templates": [ { "args": {}, "expansion": "aggressive (comparative more aggressive, superlative most aggressive)", "name": "en-adj" } ], "lang": "English", "lang_code": "en", "pos": "adj", "related": [ { "word": "aggression" }, { "word": "aggressor" } ], "senses": [ { "categories": [ "English terms with collocations", "English terms with quotations" ], "examples": [ { "text": "an aggressive policy, war, person, nation", "type": "example" }, { "ref": "2011, Judith S. Weis, Do Fish Sleep, Rutgers University Press, →ISBN, page 63:", "text": "When a new aggressive fish is added to an aquarium with an already-established, territorial fish, the established fish will probably fight to protect its territory (the whole tank).", "type": "quote" }, { "ref": "2018 December 1, Drachinifel, 8:56 from the start, in Anti-Slavery Patrols - The West Africa Squadron, archived from the original on 2024-11-29:", "text": "This highly-aggressive approach had results, but briefly caused a major uproar in parts of the United States, which was mitigated by the Webster–Ashburton Treaty in 1842, which formalised the U.S. Navy's contribution to the antislavery efforts.", "type": "quote" } ], "glosses": [ "Characterized by aggression; highly combative; prone to behave in a way that involves attacking (especially if unjustly) or arguing." ], "links": [ [ "aggression", "aggression" ], [ "highly", "highly" ], [ "combative", "combative" ], [ "prone", "prone" ], [ "behave", "behave" ], [ "attack", "attack" ], [ "unjust", "unjust" ], [ "arguing", "argue" ] ] }, { "categories": [ "English terms with quotations", "en:Programming" ], "examples": [ { "ref": "1996, Tibor Gyimothy, Compiler Construction: 6th International Conference, CC '96, Linköping, Sweden, April 24 - 26, 1996. Proceedings, Volume 6, Springer, →ISBN, page 59:", "text": "This paper describes how aggressive loop unrolling is done in a retargetable optimizing compiler.", "type": "quote" }, { "ref": "2001, Paul Feautrier, edited by Santosh Pande and Dharma P. Agrawal, Compiler Optimizations for Scalable Parallel Systems, Springer, →ISBN, page 173:", "text": "Since the most aggressive type of optimization a program can be subjected to is parallelization, understanding a program before attempting to parallelize it is a very important step.", "type": "quote" }, { "ref": "2002, Y. N. Srikant, Priti Shankar, The Compiler Design Handbook: Optimizations and Machine Code Generation, CRC Press, →ISBN, page 465:", "text": "However, aggressive compiler techniques such as loop unrolling, promoting of subscripted array variables into registers (especially in of subscripted array variables into registers (especially in loops) and interprocedural optimizations create heavy register pressure and it is still quite important to do a good job of register allocation.", "type": "quote" }, { "ref": "2002, Shpeisman, T. ; Lueh, G.-Y. ; Adl-Tabatabai, A.-R., PACT 2002: 2002 International Conference on Parallel Architectures and Compilation Techniques : proceedings : 22-25 September, 2002, Charlottesville, Virginia, USA, IEEE Computer Society Press →ISBN, page 249", "text": "The Itanium processor is an example of an Explicitly Parallel Instruction Computing (EPIC) architecture and thus relies on aggressive and expensive compiler optimizations for performance." }, { "ref": "2003, Susanna Pelagatti, edited by Fethi Rabhi and Sergei Gorlatch, Patterns and Skeletons for Parallel and Distributed Computing, Springer, →ISBN, page 182:", "text": "This sensibly eases the programmer task and allows for more aggressive optimisations of the global program structure.", "type": "quote" }, { "ref": "2011, Wen-mei W. Hwu, GPU Computing Gems Jade Edition, Elsevier, →ISBN, page 11:", "text": "The CUDA C code for the GPU, as well as the C and inline assembly code for the CPU, were highly optimized and aggressive compiler optimizations (-O4) were turned on.", "type": "quote" } ], "glosses": [ "Exploiting every opportunity to be applied." ], "links": [ [ "programming", "programming#Noun" ], [ "method", "method" ], [ "process", "process" ], [ "Exploiting", "exploit" ], [ "opportunity", "opportunity" ] ], "raw_glosses": [ "(especially programming, of a method or process) Exploiting every opportunity to be applied." ], "raw_tags": [ "of a method or process" ], "tags": [ "especially" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] }, { "categories": [ "en:Pathology" ], "glosses": [ "That spreads quickly or extensively; virulent; malignant." ], "links": [ [ "pathology", "pathology" ], [ "virulent", "virulent" ], [ "malignant", "malignant" ] ], "raw_glosses": [ "(pathology, of a tumour or disease) That spreads quickly or extensively; virulent; malignant." ], "raw_tags": [ "of a tumour or disease" ], "topics": [ "medicine", "pathology", "sciences" ] }, { "categories": [ "English terms with collocations", "en:Finance" ], "examples": [ { "text": "an aggressive stock; an aggressive portfolio", "type": "example" } ], "glosses": [ "Involving high risk for potentially high reward." ], "links": [ [ "finance", "finance#Noun" ], [ "risk", "risk" ], [ "reward", "reward" ] ], "raw_glosses": [ "(finance) Involving high risk for potentially high reward." ], "topics": [ "business", "finance" ] }, { "categories": [ "American English", "English slang", "en:LGBTQ" ], "examples": [ { "text": "For quotations using this term, see Citations:aggressive." } ], "glosses": [ "Female but having a male or masculine gender presentation: butch." ], "links": [ [ "LGBTQ", "LGBTQ" ], [ "Female", "female#English" ], [ "male", "male" ], [ "masculine", "masculine" ], [ "butch", "butch" ] ], "qualifier": "Black lesbian slang", "raw_glosses": [ "(US, LGBTQ, Black lesbian slang) Female but having a male or masculine gender presentation: butch." ], "tags": [ "US" ] } ], "sounds": [ { "ipa": "/əˈɡɹɛs.ɪv/", "tags": [ "US" ] }, { "audio": "en-us-aggressive.ogg", "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/6/63/En-us-aggressive.ogg/En-us-aggressive.ogg.mp3", "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/6/63/En-us-aggressive.ogg" }, { "rhymes": "-ɛsɪv" } ], "translations": [ { "code": "af", "lang": "Afrikaans", "sense": "tending or disposed to aggress", "word": "aggressief" }, { "code": "sq", "lang": "Albanian", "sense": "tending or disposed to aggress", "word": "agresiv" }, { "code": "ar", "lang": "Arabic", "roman": "ʕudwāniyy", "sense": "tending or disposed to aggress", "word": "عُدْوَانِيّ" }, { "code": "ar", "lang": "Arabic", "roman": "hujūmiyy", "sense": "tending or disposed to aggress", "word": "هُجُومِيّ" }, { "code": "hy", "lang": "Armenian", "roman": "agresiv", "sense": "tending or disposed to aggress", "word": "ագրեսիվ" }, { "code": "ast", "lang": "Asturian", "sense": "tending or disposed to aggress", "word": "agresivu" }, { "code": "az", "lang": "Azerbaijani", "sense": "tending or disposed to aggress", "word": "aqressiv" }, { "code": "be", "lang": "Belarusian", "roman": "ahresýŭny", "sense": "tending or disposed to aggress", "word": "агрэсы́ўны" }, { "code": "be", "lang": "Belarusian", "roman": "vajaŭníčy", "sense": "tending or disposed to aggress", "word": "ваяўні́чы" }, { "code": "bg", "lang": "Bulgarian", "roman": "agresíven", "sense": "tending or disposed to aggress", "word": "агреси́вен" }, { "code": "bg", "lang": "Bulgarian", "roman": "napadátelen", "sense": "tending or disposed to aggress", "word": "напада́телен" }, { "code": "ca", "lang": "Catalan", "sense": "tending or disposed to aggress", "word": "agressiu" }, { "code": "cmn", "lang": "Chinese Mandarin", "roman": "hàodòu", "sense": "tending or disposed to aggress", "word": "好鬥 /好斗" }, { "code": "cmn", "lang": "Chinese Mandarin", "roman": "hàozhàn de", "sense": "tending or disposed to aggress", "word": "好戰的 /好战的" }, { "code": "cmn", "lang": "Chinese Mandarin", "roman": "qīnlüè de", "sense": "tending or disposed to aggress", "word": "侵略的" }, { "code": "cmn", "lang": "Chinese Mandarin", "roman": "ài xúnxìn de", "sense": "tending or disposed to aggress", "word": "愛尋釁的 /爱寻衅的" }, { "code": "cs", "lang": "Czech", "sense": "tending or disposed to aggress", "word": "útočný" }, { "code": "cs", "lang": "Czech", "sense": "tending or disposed to aggress", "word": "agresivní" }, { "code": "da", "lang": "Danish", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "code": "nl", "lang": "Dutch", "sense": "tending or disposed to aggress", "word": "agressief" }, { "code": "eo", "lang": "Esperanto", "sense": "tending or disposed to aggress", "word": "agresema" }, { "code": "et", "lang": "Estonian", "sense": "tending or disposed to aggress", "word": "kallaletungiv" }, { "code": "fi", "lang": "Finnish", "sense": "tending or disposed to aggress", "word": "aggressiivinen" }, { "code": "fi", "lang": "Finnish", "sense": "tending or disposed to aggress", "word": "hyökkäävä" }, { "code": "fr", "lang": "French", "sense": "tending or disposed to aggress", "word": "agressif" }, { "code": "gl", "lang": "Galician", "sense": "tending or disposed to aggress", "word": "agresivo" }, { "code": "ka", "lang": "Georgian", "roman": "agresiuli", "sense": "tending or disposed to aggress", "word": "აგრესიული" }, { "code": "de", "lang": "German", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "code": "de", "lang": "German", "sense": "tending or disposed to aggress", "word": "angriffslustig" }, { "code": "el", "lang": "Greek", "roman": "epithetikós", "sense": "tending or disposed to aggress", "word": "επιθετικός" }, { "code": "grc", "lang": "Ancient Greek", "roman": "epithetikós", "sense": "tending or disposed to aggress", "word": "ἐπιθετικός" }, { "code": "he", "lang": "Hebrew", "sense": "tending or disposed to aggress", "word": "מתגרה" }, { "code": "hi", "lang": "Hindi", "roman": "ākramaṇkārak", "sense": "tending or disposed to aggress", "word": "आक्रमणकारक" }, { "code": "hi", "lang": "Hindi", "roman": "jaṅgī", "sense": "tending or disposed to aggress", "word": "जंगी" }, { "code": "hi", "lang": "Hindi", "roman": "dhakkāmār", "sense": "tending or disposed to aggress", "word": "धक्कामार" }, { "code": "hi", "lang": "Hindi", "roman": "daṅglī", "sense": "tending or disposed to aggress", "word": "दंगली" }, { "code": "hu", "lang": "Hungarian", "sense": "tending or disposed to aggress", "word": "agresszív" }, { "code": "id", "lang": "Indonesian", "sense": "tending or disposed to aggress", "word": "agresif" }, { "code": "ga", "lang": "Irish", "sense": "tending or disposed to aggress", "word": "ionsaitheach" }, { "code": "ga", "lang": "Irish", "sense": "tending or disposed to aggress", "word": "amasach" }, { "code": "it", "lang": "Italian", "sense": "tending or disposed to aggress", "word": "aggressivo" }, { "alt": "しんりゃくてきな", "code": "ja", "lang": "Japanese", "roman": "shinryakuteki na", "sense": "tending or disposed to aggress", "word": "侵略的な" }, { "alt": "こうげきてきな", "code": "ja", "lang": "Japanese", "roman": "kōgekiteki na", "sense": "tending or disposed to aggress", "word": "攻撃的な" }, { "code": "kea", "lang": "Kabuverdianu", "sense": "tending or disposed to aggress", "word": "agresivu" }, { "code": "kea", "lang": "Kabuverdianu", "sense": "tending or disposed to aggress", "word": "agresive" }, { "code": "km", "lang": "Khmer", "roman": "chliən piən", "sense": "tending or disposed to aggress", "word": "ឈ្លានពាន" }, { "code": "ko", "lang": "Korean", "roman": "gonggyeokjeog-in", "sense": "tending or disposed to aggress", "word": "공격적인" }, { "code": "ko", "lang": "Korean", "roman": "chimnyakjeog-in", "sense": "tending or disposed to aggress", "word": "침략적인" }, { "code": "la", "lang": "Latin", "sense": "tending or disposed to aggress", "word": "pugnax" }, { "code": "la", "lang": "Latin", "sense": "tending or disposed to aggress", "word": "aggressivus" }, { "code": "lv", "lang": "Latvian", "sense": "tending or disposed to aggress", "word": "agresīvs" }, { "code": "lt", "lang": "Lithuanian", "sense": "tending or disposed to aggress", "word": "agresyvus" }, { "code": "mk", "lang": "Macedonian", "roman": "agresiven", "sense": "tending or disposed to aggress", "word": "агресивен" }, { "code": "ms", "lang": "Malay", "sense": "tending or disposed to aggress", "word": "agresif" }, { "code": "mt", "lang": "Maltese", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "code": "mi", "lang": "Maori", "sense": "tending or disposed to aggress", "word": "whakaariki" }, { "code": "mi", "lang": "Maori", "sense": "tending or disposed to aggress", "word": "kairiri" }, { "code": "mn", "lang": "Mongolian", "roman": "türemgii", "sense": "tending or disposed to aggress", "word": "түрэмгий" }, { "code": "no", "lang": "Norwegian", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "code": "oc", "lang": "Occitan", "sense": "tending or disposed to aggress", "word": "agressiu" }, { "code": "pap", "lang": "Papiamentu", "sense": "tending or disposed to aggress", "word": "agresivo" }, { "code": "fa", "lang": "Persian", "roman": "setizju", "sense": "tending or disposed to aggress", "word": "ستیزجو" }, { "code": "pl", "lang": "Polish", "sense": "tending or disposed to aggress", "word": "agresywny" }, { "code": "pl", "lang": "Polish", "sense": "tending or disposed to aggress", "word": "wojowniczy" }, { "code": "pl", "lang": "Polish", "sense": "tending or disposed to aggress", "word": "napastliwy" }, { "code": "pt", "lang": "Portuguese", "sense": "tending or disposed to aggress", "word": "agressivo" }, { "code": "qu", "lang": "Quechua", "sense": "tending or disposed to aggress", "word": "phiña" }, { "code": "ro", "lang": "Romanian", "sense": "tending or disposed to aggress", "word": "agresiv" }, { "code": "ru", "lang": "Russian", "roman": "agressívnyj", "sense": "tending or disposed to aggress", "word": "агресси́вный" }, { "code": "ru", "lang": "Russian", "roman": "voínstvennyj", "sense": "tending or disposed to aggress", "word": "вои́нственный" }, { "code": "gd", "lang": "Scottish Gaelic", "sense": "tending or disposed to aggress", "word": "ionnsaigheach" }, { "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Cyrillic" ], "word": "агресиван" }, { "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Cyrillic" ], "word": "насилан" }, { "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Cyrillic" ], "word": "насртљив" }, { "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Roman" ], "word": "agresivan" }, { "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Roman" ], "word": "nasilan" }, { "code": "sh", "lang": "Serbo-Croatian", "sense": "tending or disposed to aggress", "tags": [ "Roman" ], "word": "nasrtljiv" }, { "code": "sk", "lang": "Slovak", "sense": "tending or disposed to aggress", "word": "agresívny" }, { "code": "sk", "lang": "Slovak", "sense": "tending or disposed to aggress", "word": "útočný" }, { "code": "sl", "lang": "Slovene", "sense": "tending or disposed to aggress", "word": "nasilen" }, { "code": "es", "lang": "Spanish", "sense": "tending or disposed to aggress", "word": "agresivo" }, { "code": "sv", "lang": "Swedish", "sense": "tending or disposed to aggress", "word": "aggressiv" }, { "code": "tl", "lang": "Tagalog", "sense": "tending or disposed to aggress", "word": "mabalagsik" }, { "code": "th", "lang": "Thai", "roman": "gâao ráao", "sense": "tending or disposed to aggress", "word": "ก้าวร้าว" }, { "code": "th", "lang": "Thai", "sense": "tending or disposed to aggress", "word": "ออกตัวแรง" }, { "code": "tr", "lang": "Turkish", "sense": "tending or disposed to aggress", "word": "saldırgan" }, { "code": "uk", "lang": "Ukrainian", "roman": "ahresývnyj", "sense": "tending or disposed to aggress", "word": "агреси́вний" }, { "code": "uk", "lang": "Ukrainian", "roman": "vojovnýčyj", "sense": "tending or disposed to aggress", "word": "войовни́чий" }, { "code": "uk", "lang": "Ukrainian", "roman": "vojovýtyj", "sense": "tending or disposed to aggress", "word": "войови́тий" }, { "alt": "侵略", "code": "vi", "lang": "Vietnamese", "sense": "tending or disposed to aggress", "word": "xâm lược" }, { "code": "cy", "lang": "Welsh", "sense": "tending or disposed to aggress", "word": "gormesol" }, { "code": "yi", "lang": "Yiddish", "roman": "agresiv", "sense": "tending or disposed to aggress", "word": "אַגרעסיוו" }, { "code": "mi", "lang": "Maori", "sense": "Spreading rapidly of a disease or tumour", "word": "rīrā" }, { "code": "kix", "lang": "Khiamniungan Naga", "sense": "aggressive behavior", "word": "tìehtìeh" } ], "word": "aggressive" } { "categories": [ "English adjectives", "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English terms suffixed with -ive", "Entries with translation boxes", "Pages with 6 entries", "Pages with entries", "Rhymes:English/ɛsɪv", "Rhymes:English/ɛsɪv/3 syllables", "Terms with Afrikaans translations", "Terms with Albanian translations", "Terms with Ancient Greek translations", "Terms with Arabic translations", "Terms with Armenian translations", "Terms with Asturian translations", "Terms with Azerbaijani translations", "Terms with Belarusian translations", "Terms with Bulgarian translations", "Terms with Catalan translations", "Terms with Czech translations", "Terms with Danish translations", "Terms with Dutch translations", "Terms with Esperanto translations", "Terms with Estonian translations", "Terms with Finnish translations", "Terms with French translations", "Terms with Galician translations", "Terms with Georgian translations", "Terms with German translations", "Terms with Greek translations", "Terms with Hebrew translations", "Terms with Hindi translations", "Terms with Hungarian translations", "Terms with Indonesian translations", "Terms with Irish translations", "Terms with Italian translations", "Terms with Japanese translations", "Terms with Kabuverdianu translations", "Terms with Khiamniungan Naga translations", "Terms with Khmer translations", "Terms with Korean translations", "Terms with Latin translations", "Terms with Latvian translations", "Terms with Lithuanian translations", "Terms with Macedonian translations", "Terms with Malay translations", "Terms with Maltese translations", "Terms with Mandarin translations", "Terms with Maori translations", "Terms with Mongolian translations", "Terms with Norwegian translations", "Terms with Occitan translations", "Terms with Papiamentu translations", "Terms with Persian translations", "Terms with Polish translations", "Terms with Portuguese translations", "Terms with Quechua translations", "Terms with Romanian translations", "Terms with Russian translations", "Terms with Scottish Gaelic translations", "Terms with Serbo-Croatian translations", "Terms with Slovak translations", "Terms with Slovene translations", "Terms with Spanish translations", "Terms with Swedish translations", "Terms with Tagalog translations", "Terms with Thai translations", "Terms with Turkish translations", "Terms with Ukrainian translations", "Terms with Vietnamese translations", "Terms with Welsh translations", "Terms with Yiddish translations", "en:Personality" ], "etymology_templates": [ { "args": { "1": "en", "2": "aggress", "3": "ive" }, "expansion": "aggress + -ive", "name": "suffix" }, { "args": { "1": "fr", "2": "agressif" }, "expansion": "French agressif", "name": "cog" } ], "etymology_text": "From aggress + -ive. Compare with French agressif.", "forms": [ { "form": "aggressives", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "aggressive (plural aggressives)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "glosses": [ "One who is aggressive." ], "links": [ [ "aggressive", "#Adjective" ] ] }, { "categories": [ "American English", "English slang", "English terms with quotations", "en:LGBTQ" ], "examples": [ { "ref": "2012 February 1, Siobhan Brooks, Unequal Desires: Race and Erotic Capital in the Stripping Industry, State University of New York Press, →ISBN, page 110:", "text": "[...]; usually the femme is the ho [at the costume party], and the butch/aggressive is the pimp. [...] An aggressive is a masculine-identified woman like the category of butch; aggressive is the contemporary term among younger masculine-identified women.", "type": "quote" } ], "glosses": [ "A (Black) woman who presents as masculine; a butch." ], "links": [ [ "LGBTQ", "LGBTQ" ], [ "woman", "woman" ], [ "masculine", "masculine" ], [ "butch", "butch" ] ], "qualifier": "Black lesbian slang", "raw_glosses": [ "(US, LGBTQ, Black lesbian slang) A (Black) woman who presents as masculine; a butch." ], "tags": [ "US" ] } ], "sounds": [ { "ipa": "/əˈɡɹɛs.ɪv/", "tags": [ "US" ] }, { "audio": "en-us-aggressive.ogg", "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/6/63/En-us-aggressive.ogg/En-us-aggressive.ogg.mp3", "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/6/63/En-us-aggressive.ogg" }, { "rhymes": "-ɛsɪv" } ], "word": "aggressive" }
Download raw JSONL data for aggressive meaning in English (24.3kB)
{ "called_from": "form_descriptions/1831", "msg": "unrecognized sense qualifier: US, LGBTQ, Black lesbian slang", "path": [ "aggressive" ], "section": "English", "subsection": "adjective", "title": "aggressive", "trace": "" } { "called_from": "form_descriptions/1831", "msg": "unrecognized sense qualifier: US, LGBTQ, Black lesbian slang", "path": [ "aggressive" ], "section": "English", "subsection": "adjective", "title": "aggressive", "trace": "" } { "called_from": "form_descriptions/1831", "msg": "unrecognized sense qualifier: US, LGBTQ, Black lesbian slang", "path": [ "aggressive" ], "section": "English", "subsection": "noun", "title": "aggressive", "trace": "" } { "called_from": "form_descriptions/1831", "msg": "unrecognized sense qualifier: US, LGBTQ, Black lesbian slang", "path": [ "aggressive" ], "section": "English", "subsection": "noun", "title": "aggressive", "trace": "" }
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2025-02-22 from the enwiktionary dump dated 2025-02-02 using wiktextract (9e2b7d3 and f2e72e5). 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.