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": ""
}
}
]
}
]
}
]
Sorry, exact match is not available in the bilingual dictionary.
13
Examples
Synonyms
train, train
Examples
Synonyms
twine
Example
Example
Examples
Example
Synonyms
thread
Examples
Example
Example
What is another word for string ?
Sentences with the word string
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
What is string meaning in Marathi, string translation in Marathi, string definition, pronunciations and examples of string in Marathi.