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) = "section", 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_sa syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_sa sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_sa wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "section" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
{
"lemma": "section",
"def": [
{
"l": "section",
"lexname": "noun.act",
"lexid": 4,
"pos": "noun",
"de": [
{
"id": 100679253,
"en": {
"d": "the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)",
"w": [],
"eg": []
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 104172050,
"en": {
"d": "one of several parts or pieces that fit with others to constitute a whole object",
"w": [],
"eg": [
"a section of a fishing rod",
"finished the final segment of the road",
"metal sections were used below ground"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 105876035,
"en": {
"d": "one of the portions into which something is regarded as divided and which together constitute a whole",
"w": [],
"eg": [
"the BBC's engineering division",
"the finance section of the company",
"the written part of the exam"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 106403644,
"en": {
"d": "a self-contained part of a larger composition (written or musical)",
"w": [],
"eg": [
"he always turns first to the business section",
"the history of this work is discussed in the next section"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 107763431,
"en": {
"d": "a segment of a citrus fruit",
"w": [],
"eg": [
"he ate a section of the orange"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108131836,
"en": {
"d": "a specialized division of a large organization",
"w": [],
"eg": [
"she got a job in the historical section of the Treasury",
"you'll find it in the hardware department"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108231753,
"en": {
"d": "a small team of policemen working as part of a police platoon",
"w": [],
"eg": []
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108233716,
"en": {
"d": "a small army unit usually having a special function",
"w": [],
"eg": []
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108233821,
"en": {
"d": "a division of an orchestra containing all instruments of the same class",
"w": [],
"eg": []
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108256073,
"en": {
"d": "a small class of students who are part of a larger course but are taught separately",
"w": [],
"eg": [
"a graduate student taught sections for the professor's lecture course"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108665728,
"en": {
"d": "(geometry) the area created by a plane cutting through a solid",
"w": [],
"eg": []
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 108665897,
"en": {
"d": "a distinct region or subdivision of a territorial or political area or community or group of people",
"w": [],
"eg": [
"no section of the nation is more ardent than the South",
"there are three synagogues in the Jewish section"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 109451645,
"en": {
"d": "a very thin slice (of tissue or mineral or other substance) for examination under a microscope",
"w": [],
"eg": [
"sections from the left ventricle showed diseased tissue"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
},
{
"id": 113634785,
"en": {
"d": "a land unit equal to 1 square mile",
"w": [],
"eg": []
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
}
]
},
{
"l": "section",
"lexname": "verb.contact",
"lexid": 35,
"pos": "verb",
"de": [
{
"id": 201565786,
"en": {
"d": "divide into segments",
"w": [],
"eg": [
"segment a compound word",
"segment an orange"
]
},
"sa": {
"d": null,
"w": [],
"eg": ""
}
}
]
}
]
}
]
Sorry, exact match is not available in the bilingual dictionary.
13
Examples
Examples
Examples
Example
Examples
Example
Examples
Example
Examples
What is another word for section ?
Sentences with the word section
The word or phrase section refers to the cutting of or into body tissues or organs (especially by a surgeon as part of an operation), or one of several parts or pieces that fit with others to constitute a whole object, or one of the portions into which something is regarded as divided and which together constitute a whole, or a self-contained part of a larger composition (written or musical), or a segment of a citrus fruit, or a specialized division of a large organization, or divide into segments. See section meaning in Sanskrit, section definition, translation and meaning of section in Sanskrit. Find section similar words, section synonyms. Learn and practice the pronunciation of section. Find the answer of what is the meaning of section in Sanskrit.
Other languages: section meaning in Hindi
What is section meaning in Sanskrit, section translation in Sanskrit, section definition, pronunciations and examples of section in Sanskrit.