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) = "care", 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_kn syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_kn sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_kn wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "care" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
    {
        "lemma": "care",
        "def": [
            {
                "l": "care",
                "lexname": "noun.act",
                "lexid": 4,
                "pos": "noun",
                "de": [
                    {
                        "id": 100268366,
                        "en": {
                            "d": "activity involved in maintaining something in good working order",
                            "w": [],
                            "eg": [
                                "he wrote the manual on car care"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 100656128,
                        "en": {
                            "d": "the work of providing treatment for or attending to someone or something",
                            "w": [],
                            "eg": [
                                "no medical care was required",
                                "the old car needs constant attention"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 100831039,
                        "en": {
                            "d": "attention and management implying responsibility for safety",
                            "w": [
                                {
                                    "word": "tutelage",
                                    "id": "614165"
                                }
                            ],
                            "eg": [
                                "he is in the care of a bodyguard"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 105623652,
                        "en": {
                            "d": "judiciousness in avoiding harm or danger",
                            "w": [],
                            "eg": [
                                "he exercised caution in opening the door",
                                "he handled the vase with care"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 107520286,
                        "en": {
                            "d": "a cause for feeling concern",
                            "w": [],
                            "eg": [
                                "his major care was the illness of his wife"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 107539768,
                        "en": {
                            "d": "an anxious feeling",
                            "w": [],
                            "eg": [
                                "care had aged him",
                                "they hushed it up out of fear of public reaction"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "care",
                "lexname": "verb.emotion",
                "lexid": 37,
                "pos": "verb",
                "de": [
                    {
                        "id": 201770600,
                        "en": {
                            "d": "be concerned with",
                            "w": [],
                            "eg": [
                                "I worry about my grades"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201826886,
                        "en": {
                            "d": "feel concern or interest",
                            "w": [],
                            "eg": [
                                "I don't care",
                                "I really care about my work"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201828678,
                        "en": {
                            "d": "prefer or wish to do something",
                            "w": [],
                            "eg": [
                                "Do you care to try this dish?",
                                "Would you like to come along to the movies?"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202441196,
                        "en": {
                            "d": "be in charge of, act on, or dispose of",
                            "w": [],
                            "eg": [
                                "I can deal with this crew of workers",
                                "She managed her parents' affairs after they got too old",
                                "This blender can't handle nuts"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202555993,
                        "en": {
                            "d": "provide care for",
                            "w": [],
                            "eg": [
                                "The nurse was caring for the wounded"
                            ]
                        },
                        "kn": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            }
        ]
    }
]
care meaning in Kannada | care translation in Kannada - Shabdkosh

care - Meaning in Kannada

care - Meaning in Kannada

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

13

Definitions and Meaning of care in English

care noun

  1. activity involved in maintaining something in good working order

    Example

    • "he wrote the manual on car care"
  2. the work of providing treatment for or attending to someone or something

    Examples

    • "no medical care was required"
    • "the old car needs constant attention"
  3. attention and management implying responsibility for safety

    Synonyms

    tutelage

    Example

    • "he is in the care of a bodyguard"
  4. judiciousness in avoiding harm or danger

    Examples

    • "he exercised caution in opening the door"
    • "he handled the vase with care"
  5. a cause for feeling concern

    Example

    • "his major care was the illness of his wife"
  6. an anxious feeling

    Examples

    • "care had aged him"
    • "they hushed it up out of fear of public reaction"

care verb

  1. be concerned with

    Example

    • "I worry about my grades"
  2. feel concern or interest

    Examples

    • "I don't care"
    • "I really care about my work"
  3. prefer or wish to do something

    Examples

    • "Do you care to try this dish?"
    • "Would you like to come along to the movies?"
  4. be in charge of, act on, or dispose of

    Examples

    • "I can deal with this crew of workers"
    • "She managed her parents' affairs after they got too old"
    • "This blender can't handle nuts"
  5. provide care for

    Example

    • "The nurse was caring for the wounded"
Advertisement - Remove

What is care meaning in Kannada?

The word or phrase care refers to activity involved in maintaining something in good working order, or the work of providing treatment for or attending to someone or something, or attention and management implying responsibility for safety, or judiciousness in avoiding harm or danger, or a cause for feeling concern, or an anxious feeling, or be concerned with. See care meaning in Kannada, care definition, translation and meaning of care in Kannada. Find care similar words, care synonyms. Learn and practice the pronunciation of care. Find the answer of what is the meaning of care in Kannada.

Other languages: care meaning in Hindi

Tags for the entry "care"

What is care meaning in Kannada, care translation in Kannada, care definition, pronunciations and examples of care in Kannada.

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

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

Direct and Indirect speech

Knowing how to use direct and indirect speech in English is considered important in spoken English. Read the article below and understand how to use to use them on everyday basis.
image

Tips for Kannada language beginners

Learning a new language is always a difficult task. Small tips and tricks of learning a new language always helps and develops interest to know more about it.
image

Types of sentences

Learn to know the difference between type of sentences you use while talking to people. Also improve…
image

Learn to pronounce these difficult words in English

Add something new to your language every time you speak. These words might help you upgrade your…
image

Hindi - Language vs Dialect

Language and dialect are difficult to understand. Read this article to know what it means and…
Advertisement - Remove
Back to top

Liked Words

Login to get your liked words.

Recent Searches

Login to get your liked words.