Skip to content

Commit b8cc2ae

Browse files
committed
Documentation of Bengali features.
1 parent cad8d97 commit b8cc2ae

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

_bn/index.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ udver: '2'
1818
### Tags
1919

2020
* Bengali uses all 17 universal POS categories, including particles ([PART]()).
21+
* The following words are classified as particles ([PART]()):
22+
* না __, নাই _nāi_ the negative particle (“not”).
23+
* কি _ki_ when it functions as a question particle (rather than the pronoun “what”) that marks a yes-no question.
2124
* At present, only some modal verbs are treated as auxiliaries ([AUX]()):
2225
* পারা _pārā_ (“be able, can, could”) combines with the imperfect participle (also called the infinitive) of the main verb
2326
* হওয়া _haoŷā_ (“be, become”) combines with the imperfect participle (also called the infinitive) of the main verb to create a necessitative meaning (“to have to”)
@@ -46,6 +49,21 @@ udver: '2'
4649
* Perfect participle.
4750
* Conditional participle: `Mood=Cnd`.
4851

52+
### Nominal Features
53+
54+
* The two main values of the [Number]() feature are `Sing` and `Plur`.
55+
Nouns ([NOUN]() and [PROPN]()) can inflect for `Number` but the default singular form is usually used unless plural needs to be explicitly signaled.
56+
For personal pronouns ([PRON]()), both singular and plural forms are used.
57+
The `Number` of subject (unlike its `Person`) is not cross-referenced by the finite verb.
58+
* [Case]() has up to 4 possible values: `Nom`, `Gen`, `Acc`, `Loc`.
59+
It occurs with the nominal words, i.e., [NOUN](), [PROPN](), [PRON]().
60+
The accusative form is also called objective and used in contexts where other languages would use a dative form.
61+
While the accusative form of personal pronouns is regularly used, for nouns (and especially inanimate nouns), the nominative form is often used also in object position.
62+
63+
### Degree and Polarity
64+
65+
* [Degree]() applies to adjectives ([ADJ]()) and has one of three possible values: `Pos`, `Cmp`, `Sup`.
66+
4967
### Verbal Features
5068

5169
* Two participle types are distinguished by [Aspect](), either imperfective (`Imp`) or perfective (`Perf`).
@@ -72,10 +90,11 @@ udver: '2'
7290
`Gen` (the genitive form).
7391
* There is no specific category of possessive pronouns. Instead, the genitive form of personal pronouns is used to encode possession.
7492

75-
---
76-
**Instruction**: Describe inherent and inflectional features for major word classes (at least NOUN and VERB). Describe other noteworthy features. Include links to language-specific feature definitions if any.
93+
### Other Features
7794

78-
---
95+
* There are the following language-specific features:
96+
* [PartType](): `PartType=Int` (interrogative) marks the word কি _ki_ when it functions as a question particle (rather than the pronoun “what”).
97+
`PartType=Neg` (negative) marks the negative particles না __, নাই _nāi_ (“not”).
7998

8099
## Syntax
81100

0 commit comments

Comments
 (0)