SELECT IFNULL(cw.casedwordid, w.wordid) as wordid, IFNULL(cw.cased,w.lemma) AS lemma, ss.synsetid, ss.lexdomainid, lex.lexdomainname, (CASE WHEN ss.pos IN ('n') THEN 'noun' WHEN ss.pos IN ('v') THEN 'verb' WHEN ss.pos IN ('a','s') THEN 'adjective' WHEN ss.pos IN ('r') THEN 'adverb' ELSE ' ' END) AS pos, syn.definition AS definition_indic, ss.definition as definition_en, GROUP_CONCAT(DISTINCT CONCAT(wind.lemma,':',wind.id) SEPARATOR '|') AS lemmaset_indic, GROUP_CONCAT(DISTINCT sm.sample SEPARATOR '|') AS sampleset, GROUP_CONCAT(DISTINCT CONCAT(IF(IFNULL(cw1.cased,w1.lemma) = "throw", NULL, IFNULL(cw1.cased,w1.lemma)),':',wen.id) SEPARATOR '|') AS lemmaset_en FROM sqlunet.wnwords w LEFT JOIN sqlunet.wnsenses s ON s.wordid=w.wordid LEFT JOIN sqlunet.wncasedwords cw ON (w.wordid=cw.wordid AND s.casedwordid=cw.casedwordid) LEFT JOIN sqlunet.wnsynsets ss ON ss.synsetid=s.synsetid LEFT JOIN sqlunet.wnlexdomains lex ON ss.lexdomainid = lex.lexdomainid LEFT JOIN sqlunet.wnsamples sm ON sm.synsetid=ss.synsetid LEFT JOIN sqlunet.wnsenses s1 ON s1.synsetid=ss.synsetid LEFT JOIN sqlunet.wncasedwords cw1 ON cw1.casedwordid=s1.casedwordid LEFT JOIN sqlunet.wnwords w1 ON w1.wordid=s1.wordid LEFT JOIN sk_synsets_ta syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_ta sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_ta wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "throw" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
    {
        "lemma": "throw",
        "def": [
            {
                "l": "throw",
                "lexname": "noun.act",
                "lexid": 4,
                "pos": "noun",
                "de": [
                    {
                        "id": 101248165,
                        "en": {
                            "d": "casting an object in order to determine an outcome randomly",
                            "w": [],
                            "eg": [
                                "he risked his fortune on a throw of the dice"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 104437105,
                        "en": {
                            "d": "bedclothes consisting of a lightweight cloth covering (an afghan or bedspread) that is casually thrown over something",
                            "w": [],
                            "eg": []
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 107365795,
                        "en": {
                            "d": "the maximum movement available to a pivoted or reciprocating piece by a cam",
                            "w": [],
                            "eg": []
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 114509574,
                        "en": {
                            "d": "a single chance or instance",
                            "w": [],
                            "eg": [
                                "he couldn't afford $50 a throw"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 100105359,
                        "en": {
                            "d": "the act of throwing (propelling something with a rapid movement of the arm and wrist)",
                            "w": [],
                            "eg": [
                                "the catcher made a good throw to second base"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "throw",
                "lexname": "verb.motion",
                "lexid": 38,
                "pos": "verb",
                "de": [
                    {
                        "id": 202101619,
                        "en": {
                            "d": "to put into a state or activity hastily, suddenly, or carelessly",
                            "w": [],
                            "eg": [
                                "Jane threw dinner together",
                                "throw the car into reverse"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202101482,
                        "en": {
                            "d": "move violently, energetically, or carelessly",
                            "w": [],
                            "eg": [
                                "She threw herself forwards"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201795261,
                        "en": {
                            "d": "cause to be confused emotionally",
                            "w": [],
                            "eg": []
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201737358,
                        "en": {
                            "d": "organize or be responsible for",
                            "w": [],
                            "eg": [
                                "give a course",
                                "have, throw, or make a party",
                                "hold a reception"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201667338,
                        "en": {
                            "d": "make on a potter's wheel",
                            "w": [],
                            "eg": [
                                "she threw a beautiful teapot"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201636439,
                        "en": {
                            "d": "put or send forth",
                            "w": [],
                            "eg": [
                                "cast a spell",
                                "cast a warm light",
                                "She threw the flashlight beam into the corner",
                                "The setting sun threw long shadows"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201530542,
                        "en": {
                            "d": "cause to fall off",
                            "w": [],
                            "eg": [
                                "The horse threw its inexperienced rider"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201516062,
                        "en": {
                            "d": "get rid of",
                            "w": [],
                            "eg": [
                                "he shed his image as a pushy boss",
                                "shed your clothes"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201512805,
                        "en": {
                            "d": "cause to go on or to be engaged or set in operation",
                            "w": [],
                            "eg": [
                                "switch on the light",
                                "throw the lever"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201511000,
                        "en": {
                            "d": "propel through the air",
                            "w": [],
                            "eg": [
                                "throw a frisbee"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201501904,
                        "en": {
                            "d": "place or put with great energy",
                            "w": [
                                {
                                    "word": "thrust",
                                    "id": "598208"
                                }
                            ],
                            "eg": [
                                "She threw the blanket around the child",
                                "thrust the money in the hands of the beggar"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201439648,
                        "en": {
                            "d": "throw (a die) out onto a flat surface",
                            "w": [],
                            "eg": [
                                "Throw a six"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201069686,
                        "en": {
                            "d": "utter with force; utter vehemently",
                            "w": [],
                            "eg": [
                                "hurl insults",
                                "throw accusations at someone"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201062189,
                        "en": {
                            "d": "convey or communicate; of a smile, a look, a physical gesture",
                            "w": [],
                            "eg": [
                                "She gave me a dirty look",
                                "Throw a glance"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 200623406,
                        "en": {
                            "d": "be confusing or perplexing to; cause to be unable to think clearly",
                            "w": [],
                            "eg": [
                                "These questions confuse even the experts",
                                "This question befuddled even the teacher",
                                "This question completely threw me"
                            ]
                        },
                        "ta": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            }
        ]
    }
]
throw meaning in Tamil | throw translation in Tamil - Shabdkosh

throw - Meaning in Tamil

throw - Meaning in Tamil

Sorry, exact match is not available in the bilingual dictionary.

13

Definitions and Meaning of throw in English

throw noun

  1. casting an object in order to determine an outcome randomly

    Example

    • "he risked his fortune on a throw of the dice"
  2. bedclothes consisting of a lightweight cloth covering (an afghan or bedspread) that is casually thrown over something
  3. the maximum movement available to a pivoted or reciprocating piece by a cam
  4. a single chance or instance

    Example

    • "he couldn't afford $50 a throw"
  5. the act of throwing (propelling something with a rapid movement of the arm and wrist)

    Example

    • "the catcher made a good throw to second base"

throw verb

  1. to put into a state or activity hastily, suddenly, or carelessly

    Examples

    • "Jane threw dinner together"
    • "throw the car into reverse"
  2. move violently, energetically, or carelessly

    Example

    • "She threw herself forwards"
  3. cause to be confused emotionally
  4. organize or be responsible for

    Examples

    • "give a course"
    • "have, throw, or make a party"
    • "hold a reception"
  5. make on a potter's wheel

    Example

    • "she threw a beautiful teapot"
  6. put or send forth

    Examples

    • "cast a spell"
    • "cast a warm light"
    • "She threw the flashlight beam into the corner"
    • "The setting sun threw long shadows"
  7. cause to fall off

    Example

    • "The horse threw its inexperienced rider"
  8. get rid of

    Examples

    • "he shed his image as a pushy boss"
    • "shed your clothes"
  9. cause to go on or to be engaged or set in operation

    Examples

    • "switch on the light"
    • "throw the lever"
  10. propel through the air

    Example

    • "throw a frisbee"
  11. place or put with great energy

    Synonyms

    thrust

    Examples

    • "She threw the blanket around the child"
    • "thrust the money in the hands of the beggar"
  12. throw (a die) out onto a flat surface

    Example

    • "Throw a six"
  13. utter with force; utter vehemently

    Examples

    • "hurl insults"
    • "throw accusations at someone"
  14. convey or communicate; of a smile, a look, a physical gesture

    Examples

    • "She gave me a dirty look"
    • "Throw a glance"
  15. be confusing or perplexing to; cause to be unable to think clearly

    Examples

    • "These questions confuse even the experts"
    • "This question befuddled even the teacher"
    • "This question completely threw me"
Advertisement - Remove

What is throw meaning in Tamil?

The word or phrase throw refers to casting an object in order to determine an outcome randomly, or bedclothes consisting of a lightweight cloth covering (an afghan or bedspread) that is casually thrown over something, or the maximum movement available to a pivoted or reciprocating piece by a cam, or a single chance or instance, or the act of throwing (propelling something with a rapid movement of the arm and wrist), or to put into a state or activity hastily, suddenly, or carelessly. See throw meaning in Tamil, throw definition, translation and meaning of throw in Tamil. Find throw similar words, throw synonyms. Learn and practice the pronunciation of throw. Find the answer of what is the meaning of throw in Tamil.

Other languages: throw meaning in Hindi

Tags for the entry "throw"

What is throw meaning in Tamil, throw translation in Tamil, throw definition, pronunciations and examples of throw in Tamil.

Advertisement - Remove

Vocabulary Quiz

Birds

Question

SHABDKOSH Apps

Download SHABDKOSH Apps for Android and iOS
SHABDKOSH Logo Shabdkosh  Premium

Ad-free experience & much more

Articles

image

Using simple present tense

Simple present tenses are one of the first tenses we all learn in school. Knowing how to use these tenses is more important in spoken English.
image

Punctuation rules

Read these basic rules that would help improve you writing style and make it a little more formal.
image

Important words and phrases in Marathi (For beginners)

Learning a new language can be difficult. But with constant practice and learning it can be easy. Starting to talk in the language you are trying to learn needs a lot of courage and support. Learn…
image

30 most commonly used idioms

Understanding English idioms might me tricky. But here is a list of commonly used idioms to help you…
image

Board games that help improve your vocabulary

Games are fun to play and so children always learn through games. These games mentioned in this…
image

Punctuation marks

Punctuation marks help the reader understand the meaning of the text better. Without a punctuation…
Advertisement - Remove
Back to top

Liked Words

Login to get your liked words.

Recent Searches

Login to get your liked words.