You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _bn/index.md
+19-4
Original file line number
Diff line number
Diff line change
@@ -98,12 +98,27 @@ udver: '2'
98
98
99
99
## Syntax
100
100
101
-
*
101
+
### Core Arguments, Oblique Arguments and Adjuncts
102
102
103
-
---
104
-
**Instruction**: Give criteria for identifying core arguments (subjects and objects), and describe the range of copula constructions in nonverbal clauses. List all subtype relations used. Include links to language-specific relations definitions if any.
103
+
* Nominal subject ([nsubj]()) is a noun phrase in the nominative case, without preposition.
104
+
* An infinitive verb in the subject position is tagged as a verbal [NOUN](), hence it is also labeled [nsubj]().
105
+
* Objects may be bare noun phrases in nominative or accusative form.
106
+
* Nominals in the locative form, if modifying a verb, are considered oblique ([obl]()).
107
+
* In passive clauses, the subject is labeled with [nsubj:pass]().
108
+
* If the demoted agent is present, it has the form of a bare instrumental phrase and its relation is labeled [obl:agent]().
105
109
106
-
---
110
+
### Non-verbal Clauses
111
+
112
+
* In the present tense, simple juxtaposition of the subject and the nominal/adjectival predicate is used, without an overt copula.
113
+
114
+
### Relations Overview
115
+
116
+
* The following relation subtypes are used in Bengali:
117
+
*[nsubj:pass]() for nominal subjects of passive verbs
118
+
*[csubj:pass]() for clausal subjects of passive verbs
119
+
*[obl:agent]() for agents of passive verbs
120
+
*[acl:relcl]() for relative clauses
121
+
*[nmod:poss]() for possessively used genitive modifiers
0 commit comments