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) = "discharge", 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_te syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_te sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_te wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "discharge" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
    {
        "lemma": "discharge",
        "def": [
            {
                "l": "discharge",
                "lexname": "noun.act",
                "lexid": 4,
                "pos": "noun",
                "de": [
                    {
                        "id": 100214561,
                        "en": {
                            "d": "a formal written statement of relinquishment",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 100217041,
                        "en": {
                            "d": "the termination of someone's employment (leaving them free to depart)",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 101255864,
                        "en": {
                            "d": "the act of venting",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 107322372,
                        "en": {
                            "d": "the sudden giving off of energy",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 107422377,
                        "en": {
                            "d": "the pouring forth of a fluid",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 111531956,
                        "en": {
                            "d": "electrical conduction through a gas in an applied electric field",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 113487789,
                        "en": {
                            "d": "any of several bodily processes by which substances go out of the body",
                            "w": [],
                            "eg": [
                                "the discharge of pus"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 114876637,
                        "en": {
                            "d": "a substance that is emitted or released",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 100124054,
                        "en": {
                            "d": "the act of discharging a gun",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "discharge",
                "lexname": "verb.social",
                "lexid": 41,
                "pos": "verb",
                "de": [
                    {
                        "id": 202569639,
                        "en": {
                            "d": "complete or carry out",
                            "w": [],
                            "eg": [
                                "discharge one's duties"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202427126,
                        "en": {
                            "d": "free from obligations or duties",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201492094,
                        "en": {
                            "d": "remove (cargo, people, etc.) from and leave",
                            "w": [],
                            "eg": [
                                "drop off the passengers at the hotel",
                                "unload the cargo"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201491961,
                        "en": {
                            "d": "remove the charge from",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201379697,
                        "en": {
                            "d": "pour forth or release",
                            "w": [],
                            "eg": [
                                "discharge liquids"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201136664,
                        "en": {
                            "d": "go off or discharge",
                            "w": [],
                            "eg": [
                                "The gun fired"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201136251,
                        "en": {
                            "d": "cause to go off",
                            "w": [],
                            "eg": [
                                "fire a bullet",
                                "fire a gun"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201100154,
                        "en": {
                            "d": "release from military service",
                            "w": [],
                            "eg": []
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 200905999,
                        "en": {
                            "d": "pronounce not guilty of criminal charges",
                            "w": [],
                            "eg": [
                                "The suspect was cleared of the murder charges"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 200449635,
                        "en": {
                            "d": "become empty or void of its content",
                            "w": [],
                            "eg": [
                                "The room emptied"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 200104622,
                        "en": {
                            "d": "eliminate (a substance)",
                            "w": [],
                            "eg": [
                                "combustion products are exhausted in the engine",
                                "the plant releases a gas"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            }
        ]
    }
]
discharge meaning in Telugu | discharge translation in Telugu - Shabdkosh

discharge - Meaning in Telugu

discharge - Meaning in Telugu

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

13

Definitions and Meaning of discharge in English

discharge noun

  1. a formal written statement of relinquishment
  2. the termination of someone's employment (leaving them free to depart)
  3. the act of venting
  4. the sudden giving off of energy
  5. the pouring forth of a fluid
  6. electrical conduction through a gas in an applied electric field
  7. any of several bodily processes by which substances go out of the body

    Example

    • "the discharge of pus"
  8. a substance that is emitted or released
  9. the act of discharging a gun

discharge verb

  1. complete or carry out

    Example

    • "discharge one's duties"
  2. free from obligations or duties
  3. remove (cargo, people, etc.) from and leave

    Examples

    • "drop off the passengers at the hotel"
    • "unload the cargo"
  4. remove the charge from
  5. pour forth or release

    Example

    • "discharge liquids"
  6. go off or discharge

    Example

    • "The gun fired"
  7. cause to go off

    Examples

    • "fire a bullet"
    • "fire a gun"
  8. release from military service
  9. pronounce not guilty of criminal charges

    Example

    • "The suspect was cleared of the murder charges"
  10. become empty or void of its content

    Example

    • "The room emptied"
  11. eliminate (a substance)

    Examples

    • "combustion products are exhausted in the engine"
    • "the plant releases a gas"
Advertisement - Remove

What is discharge meaning in Telugu?

The word or phrase discharge refers to a formal written statement of relinquishment, or the termination of someone's employment (leaving them free to depart), or the act of venting, or the sudden giving off of energy, or the pouring forth of a fluid, or electrical conduction through a gas in an applied electric field, or complete or carry out. See discharge meaning in Telugu, discharge definition, translation and meaning of discharge in Telugu. Find discharge similar words, discharge synonyms. Also learn discharge opposite words, discharge antonyms. Learn and practice the pronunciation of discharge. Find the answer of what is the meaning of discharge in Telugu.

Other languages: discharge meaning in Hindi

Tags for the entry "discharge"

What is discharge meaning in Telugu, discharge translation in Telugu, discharge definition, pronunciations and examples of discharge in Telugu.

Advertisement - Remove

Vocabulary Quiz

Fruits

Question

SHABDKOSH Apps

Download SHABDKOSH Apps for Android and iOS
SHABDKOSH Logo Shabdkosh  Premium

Ad-free experience & much more

Articles

image

Confusing words in English

Words in English language are not as easy as they look. There are some that just confuse us and makes it difficult to have a conversation. Look at the list given and know the difference between these…
image

English tenses

Knowing English tenses for a beginner is considered important. However, it is not really important for someone who speaks English on a regular basis or if it is a first language. Go through these…
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

Difference between Voice and Speech in Grammar

English learners may get confused between the use of these two topics and end up making mistakes.…
image

Ten most beautiful words in English

English might be confusing and for some people even difficult. But it is also a language with many…
image

Confusing words in English

Words in English language are not as easy as they look. There are some that just confuse us and…
Advertisement - Remove
Back to top

Liked Words

Login to get your liked words.

Recent Searches

Login to get your liked words.