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) = "fine", 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_pa syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_pa sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_pa wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "fine" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
    {
        "lemma": "fine",
        "def": [
            {
                "l": "fine",
                "lexname": "adj.all",
                "lexid": 0,
                "pos": "adjective",
                "de": [
                    {
                        "id": 300853589,
                        "en": {
                            "d": "characterized by elegance or refinement or accomplishment",
                            "w": [],
                            "eg": [
                                "a fine gentleman",
                                "a fine violinist",
                                "fine china and crystal",
                                "fine wine",
                                "looking fine in her Easter suit",
                                "the fine hand of a master"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 301843987,
                        "en": {
                            "d": "minutely precise especially in differences in meaning",
                            "w": [],
                            "eg": [
                                "a fine distinction"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 301913014,
                        "en": {
                            "d": "free from impurities; having a high or specified degree of purity",
                            "w": [],
                            "eg": [
                                "gold 21 carats fine"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 302088253,
                        "en": {
                            "d": "being satisfactory or in satisfactory condition",
                            "w": [],
                            "eg": [
                                "an all-right movie",
                                "another minute I'd have been fine",
                                "dinner and the movies had been fine",
                                "everything's fine",
                                "is everything all right?",
                                "the passengers were shaken up but are all right",
                                "things are okay"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 302239996,
                        "en": {
                            "d": "of textures that are smooth to the touch or substances consisting of relatively small particles",
                            "w": [],
                            "eg": [
                                "batiste is a cotton fabric with a fine weave",
                                "covered with a fine film of dust",
                                "fine powdery snow",
                                "fine rain",
                                "wood with a fine grain"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 302422827,
                        "en": {
                            "d": "thin in thickness or diameter",
                            "w": [],
                            "eg": [
                                "a fine film of oil",
                                "fine hairs",
                                "read the fine print"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "fine",
                "lexname": "adv.all",
                "lexid": 2,
                "pos": "adverb",
                "de": [
                    {
                        "id": 400053542,
                        "en": {
                            "d": "an expression of agreement normally occurring at the beginning of a sentence",
                            "w": [],
                            "eg": []
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 400103013,
                        "en": {
                            "d": "in a delicate manner",
                            "w": [],
                            "eg": [
                                "finely shaped features",
                                "her fine drawn body"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "fine",
                "lexname": "noun.possession",
                "lexid": 21,
                "pos": "noun",
                "de": [
                    {
                        "id": 113322350,
                        "en": {
                            "d": "money extracted as a penalty",
                            "w": [],
                            "eg": []
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "fine",
                "lexname": "verb.social",
                "lexid": 41,
                "pos": "verb",
                "de": [
                    {
                        "id": 202504365,
                        "en": {
                            "d": "issue a ticket or a fine to as a penalty",
                            "w": [
                                {
                                    "word": "ticket",
                                    "id": "598925"
                                }
                            ],
                            "eg": [
                                "I was fined for parking on the wrong side of the street",
                                "Move your car or else you will be ticketed!"
                            ]
                        },
                        "pa": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            }
        ]
    }
]
fine meaning in Punjabi | fine translation in Punjabi - Shabdkosh

fine - Meaning in Punjabi

fine - Meaning in Punjabi

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

13

Definitions and Meaning of fine in English

fine adjective

  1. characterized by elegance or refinement or accomplishment

    Examples

    • "a fine gentleman"
    • "a fine violinist"
    • "fine china and crystal"
    • "fine wine"
    • "looking fine in her Easter suit"
    • "the fine hand of a master"
  2. minutely precise especially in differences in meaning

    Example

    • "a fine distinction"
  3. free from impurities; having a high or specified degree of purity

    Example

    • "gold 21 carats fine"
  4. being satisfactory or in satisfactory condition

    Examples

    • "an all-right movie"
    • "another minute I'd have been fine"
    • "dinner and the movies had been fine"
    • "everything's fine"
    • "is everything all right?"
    • "the passengers were shaken up but are all right"
    • "things are okay"
  5. of textures that are smooth to the touch or substances consisting of relatively small particles

    Examples

    • "batiste is a cotton fabric with a fine weave"
    • "covered with a fine film of dust"
    • "fine powdery snow"
    • "fine rain"
    • "wood with a fine grain"
  6. thin in thickness or diameter

    Examples

    • "a fine film of oil"
    • "fine hairs"
    • "read the fine print"

fine abverb

  1. an expression of agreement normally occurring at the beginning of a sentence
  2. in a delicate manner

    Examples

    • "finely shaped features"
    • "her fine drawn body"

fine noun

  1. money extracted as a penalty

fine verb

  1. issue a ticket or a fine to as a penalty

    Synonyms

    ticket

    Examples

    • "I was fined for parking on the wrong side of the street"
    • "Move your car or else you will be ticketed!"
Advertisement - Remove

What is fine meaning in Punjabi?

The word or phrase fine refers to characterized by elegance or refinement or accomplishment, or minutely precise especially in differences in meaning, or free from impurities; having a high or specified degree of purity, or being satisfactory or in satisfactory condition, or of textures that are smooth to the touch or substances consisting of relatively small particles, or thin in thickness or diameter, or an expression of agreement normally occurring at the beginning of a sentence, or money extracted as a penalty, or issue a ticket or a fine to as a penalty. See fine meaning in Punjabi, fine definition, translation and meaning of fine in Punjabi. Find fine similar words, fine synonyms. Also learn fine opposite words, fine antonyms. Learn and practice the pronunciation of fine. Find the answer of what is the meaning of fine in Punjabi.

Other languages: fine meaning in Hindi

Tags for the entry "fine"

What is fine meaning in Punjabi, fine translation in Punjabi, fine definition, pronunciations and examples of fine in Punjabi.

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

Types of nouns

Nouns are the largest group of words in any language. Understanding them and using them correctly while learning the language is considered very important.
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

Types of nouns

Nouns are the largest group of words in any language. Understanding them and using them correctly…
image

Using plural forms to show respect in Hindi

The proper usage of honorific system of every language is important to understand the basics of the…
image

Homophones vs Homographs vs Homonyms

Some parts of grammar in English is very difficult to understand. This is resolved only when you…
Advertisement - Remove
Back to top

Liked Words

Login to get your liked words.

Recent Searches

Login to get your liked words.