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) = "string", 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_mr syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_mr sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_mr wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "string" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
    {
        "lemma": "string",
        "def": [
            {
                "l": "string",
                "lexname": "noun.artifact",
                "lexid": 6,
                "pos": "noun",
                "de": [
                    {
                        "id": 103003364,
                        "en": {
                            "d": "a necklace made by stringing objects together",
                            "w": [],
                            "eg": [
                                "a strand of pearls",
                                "a string of beads"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 114891516,
                        "en": {
                            "d": "a tough piece of fiber in vegetables, meat, or other food (especially the tough fibers connecting the two halves of a bean pod)",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 109472431,
                        "en": {
                            "d": "(cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 108476659,
                        "en": {
                            "d": "a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding",
                            "w": [
                                {
                                    "word": "train",
                                    "id": "605827"
                                },
                                {
                                    "word": "train",
                                    "id": "753279"
                                }
                            ],
                            "eg": [
                                "a string of islands",
                                "a train of thought",
                                "train of mourners"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 107026665,
                        "en": {
                            "d": "a linear sequence (as of characters, words, proteins, etc.)",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 104345456,
                        "en": {
                            "d": "a collection of objects threaded on a single strand",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 104345281,
                        "en": {
                            "d": "a tightly stretched cord of wire or gut, as a part of an instrument or a tennis racket",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 104345112,
                        "en": {
                            "d": "a lightweight cord",
                            "w": [
                                {
                                    "word": "twine",
                                    "id": "615288"
                                }
                            ],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 103240263,
                        "en": {
                            "d": "a tie consisting of a cord that goes through a seam around an opening",
                            "w": [],
                            "eg": [
                                "he pulled the drawstring and closed the bag"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 102883788,
                        "en": {
                            "d": "stringed instruments that are played with a bow",
                            "w": [],
                            "eg": [
                                "the strings played superlatively well"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            },
            {
                "l": "string",
                "lexname": "verb.change",
                "lexid": 30,
                "pos": "verb",
                "de": [
                    {
                        "id": 200190721,
                        "en": {
                            "d": "add as if on a string",
                            "w": [],
                            "eg": [
                                "string these ideas together",
                                "string up these songs and you'll have a musical"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201361848,
                        "en": {
                            "d": "provide with strings",
                            "w": [],
                            "eg": [
                                "string my guitar"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201362135,
                        "en": {
                            "d": "thread on or as if on a string",
                            "w": [
                                {
                                    "word": "thread",
                                    "id": "597128"
                                }
                            ],
                            "eg": [
                                "string pearls on a string",
                                "the child drew glass beads on a string",
                                "thread dried cranberries"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201363019,
                        "en": {
                            "d": "remove the stringy parts of",
                            "w": [],
                            "eg": [
                                "string beans"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201363126,
                        "en": {
                            "d": "string together; tie or fasten with a string",
                            "w": [],
                            "eg": [
                                "string the package"
                            ]
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201363274,
                        "en": {
                            "d": "stretch out or arrange like a string",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201997837,
                        "en": {
                            "d": "move or come along",
                            "w": [],
                            "eg": []
                        },
                        "mr": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            }
        ]
    }
]
string meaning in Marathi | string translation in Marathi - Shabdkosh

string - Meaning in Marathi

string - Meaning in Marathi

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

13

Definitions and Meaning of string in English

string noun

  1. a necklace made by stringing objects together

    Examples

    • "a strand of pearls"
    • "a string of beads"
  2. a tough piece of fiber in vegetables, meat, or other food (especially the tough fibers connecting the two halves of a bean pod)
  3. (cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop
  4. a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding

    Synonyms

    train, train

    Examples

    • "a string of islands"
    • "a train of thought"
    • "train of mourners"
  5. a linear sequence (as of characters, words, proteins, etc.)
  6. a collection of objects threaded on a single strand
  7. a tightly stretched cord of wire or gut, as a part of an instrument or a tennis racket
  8. a lightweight cord

    Synonyms

    twine

  9. a tie consisting of a cord that goes through a seam around an opening

    Example

    • "he pulled the drawstring and closed the bag"
  10. stringed instruments that are played with a bow

    Example

    • "the strings played superlatively well"

string verb

  1. add as if on a string

    Examples

    • "string these ideas together"
    • "string up these songs and you'll have a musical"
  2. provide with strings

    Example

    • "string my guitar"
  3. thread on or as if on a string

    Synonyms

    thread

    Examples

    • "string pearls on a string"
    • "the child drew glass beads on a string"
    • "thread dried cranberries"
  4. remove the stringy parts of

    Example

    • "string beans"
  5. string together; tie or fasten with a string

    Example

    • "string the package"
  6. stretch out or arrange like a string
  7. move or come along
Advertisement - Remove

What is string meaning in Marathi?

The word or phrase string refers to a necklace made by stringing objects together, or a tough piece of fiber in vegetables, meat, or other food (especially the tough fibers connecting the two halves of a bean pod), or (cosmology) a hypothetical one-dimensional subatomic particle having a concentration of energy and the dynamic properties of a flexible loop, or a sequentially ordered set of things or events or ideas in which each successive member is related to the preceding, or a linear sequence (as of characters, words, proteins, etc.), or a collection of objects threaded on a single strand, or add as if on a string. See string meaning in Marathi, string definition, translation and meaning of string in Marathi. Find string similar words, string synonyms. Also learn string opposite words, string antonyms. Learn and practice the pronunciation of string. Find the answer of what is the meaning of string in Marathi.

Other languages: string meaning in Hindi

Tags for the entry "string"

What is string meaning in Marathi, string translation in Marathi, string definition, pronunciations and examples of string in Marathi.

Advertisement - Remove

Vocabulary Quiz

Accessories

Question

SHABDKOSH Apps

Download SHABDKOSH Apps for Android and iOS
SHABDKOSH Logo Shabdkosh  Premium

Ad-free experience & much more

Articles

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 language. This article gives you a basic information about Hindi honorific system.
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

Improving writing skills

Writing is as important as reading and speaking. Writing helps create clear and easy to read messages.
image

20 important phrases to learn in Hindi

Knowing Hindi has its own advantages. Learn these sentences if you are new to this language or if…
image

Writing complex sentences in English (For beginners)

Writing is one such skill that should be encouraged in young children. Read the article and…
image

Types of sentences

Learn to know the difference between type of sentences you use while talking to people. Also improve…
Advertisement - Remove
Back to top

Liked Words

Login to get your liked words.

Recent Searches

Login to get your liked words.