Skip to content

Commit 8143082

Browse files
committed
Completed the Basque documentation.
1 parent 5ed3418 commit 8143082

File tree

1 file changed

+67
-14
lines changed

1 file changed

+67
-14
lines changed

_eu/index.md

+67-14
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,85 @@ and [Basque features](feat/index.html).
3232
* _izan_ (“to be”) (example forms _da, zen, izan, dira, ziren, izango, dela, den_)
3333
* _egon_ (“to be, to stay”) (example forms _dago, zegoen, daude, egon, dagoela, zeuden, egongo, dagoen_)
3434
* _ukan_ (example forms _du, dute, dugu, zuen, dut, ditu, duen, duela_)
35-
* _edun_ (example forms _zuen, du, dute, zuten, ditu, zituen, zion, dituzte_)
36-
* _edin_ (example forms _daiteke, dadin, daitezke, daitezkeen, daitekeela, liteke, baliteke, litekeena_)
37-
* _ezan_ (example forms _dezake, dezagun, dezan, itzazu, ezazu, ditzakete, dezakete, dezakeen_)
35+
* _*edun_ (the lemma is reconstructed but not attested; example forms _zuen, du, dute, zuten, ditu, zituen, zion, dituzte_)
36+
* _*edin_ (the lemma is reconstructed but not attested; example forms _daiteke, dadin, daitezke, daitezkeen, daitekeela, liteke, baliteke, litekeena_)
37+
* _*ezan_ (the lemma is reconstructed but not attested; example forms _dezake, dezagun, dezan, itzazu, ezazu, ditzakete, dezakete, dezakeen_)
3838
* _ari_ (uninflected)
3939
* There are three main (de)verbal forms, distinguished by the value of the [VerbForm]() feature:
4040
* Participle `Part`, tagged [VERB]() or [AUX](), is also the citation form (lemma) of the verb.
4141
* Infinitive `Inf`, tagged [VERB]() or [AUX]().
4242
* Finite verb `Fin`, tagged [VERB]() or [AUX]().
4343

44-
### Features
44+
### Nominal Features
45+
46+
* Nouns ([NOUN]()) have an inherent [Animacy]() feature with one of two values: `Anim` and `Inan`.
47+
* Some finite verb forms ([VERB](), [AUX]()) inflect for `Animacy` because they must agree with nouns.
48+
* Occasionally the animates are further split to the masculine and feminine [Gender](), but in
49+
most situations, gender is not grammatically relevant.
50+
* The two main values of the [Number]() feature are `Sing` and `Plur`. The following parts of speech inflect for number:
51+
[NOUN](), [PROPN](), [PRON](), [ADJ](), [DET](), [VERB](), [AUX]() (finite, participles and converbs), marginally [NUM]().
52+
* Definiteness ([Definite]()) is marked morphologically on nouns and other nominal words.
53+
Only the definite forms distinguish [Number]().
54+
* [Case]() has 15 possible values: `Abs`, `Erg`, `Gen`, `Dat`, `Ins`, `Par`, `Loc`, `Lat`, `Abl`, `Ine`, `All`, `Ben`, `Cau`, `Com`, `Ess`.
55+
It occurs with the nominal words, i.e., [NOUN](), [PROPN](), [PRON](), [ADJ](), [DET](), [NUM]().
56+
It normally marked at the end of a noun phrase, that is, if a noun is post-modified by an adjective,
57+
the case suffix and the feature will appear on the adjective but not on the noun.
58+
59+
### Degree and Polarity
60+
61+
* [Degree]() applies to adjectives ([ADJ]()) and has one of three possible values: `Cmp`, `Sup`, `Abs`.
62+
* [Polarity]() has two values, `Pos` and `Neg`. The most frequent is `Polarity=Neg` with the negative
63+
particle _ez_ (“not”). However, the feature also occurs with some verbs and auxiliaries.
64+
65+
### Verbal Features
66+
67+
* [Aspect]() has four possible values: imperfective (`Imp`), perfective (`Perf`), progressive (`Prog`), prospective (`Prosp`).
68+
Perfective and prospective are two different forms of participles (_izan_ vs. _izango_),
69+
while the progressive denotes a subset of the finite forms.
70+
* There is no tense feature. Basque clauses express aspect rather than tense; although there is a correlation,
71+
perfective forms are likely to be used in past contexts, prospective in future contexts.
72+
* Finite verbs always have one of five values of [Mood](): `Ind`, `Imp`, `Cnd`, `Sub`, `Pot`.
73+
* There are morphologically marked causative verbs, which is annotated as the [Voice]() feature (`Voice=Cau`).
74+
The default form is left unannotated, i.e., `Voice=Act` is not used. There is no passive form.
75+
* Layered features are used to cross-reference features of core arguments of the verb:
76+
* [Person[abs]](), [Number[abs]]() and [Polite[abs]]() express the person, number and politeness of the absolutive argument
77+
(subject of intransitive verbs, object of transitive verbs).
78+
* [Person[erg]](), [Number[erg]](), [Gender[erg]]() and [Polite[erg]]() express the person, number, gender and politeness of the ergative argument
79+
(subject of transitive and some intransitive verbs).
80+
* [Person[dat]](), [Number[dat]](), [Gender[dat]]() and [Polite[dat]]() express the person, number, gender and politeness of the dative argument
81+
(subject of some verbs and object of some other verbs).
82+
83+
### Pronouns, Determiners, Quantifiers
84+
85+
* [PronType]() is used with pronouns ([PRON]()) and adverbs ([ADV]()).
86+
Currently it only distinguishes personal pronouns and interrogatives.
87+
* [NumType]() is used with numerals ([NUM](), `NumType=Card`) and adjectives ([ADJ](), `NumType=Ord`).
88+
* [Person]() is a lexical feature of personal pronouns ([PRON]()) and has three values, `1`, `2` and `3`.
89+
* As a cross-reference to core arguments, person is also marked on finite verbs ([VERB](), [AUX]()).
90+
However, layered features are used there to distinguish which argument is being referenced.
4591

46-
*
92+
## Syntax
4793

48-
---
49-
**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.
94+
This is an overview only. For more detailed discussion and examples, see the list of [Basque relations](dep/index.html).
5095

51-
---
96+
### Core Arguments, Oblique Arguments and Adjuncts
5297

53-
## Syntax
98+
* Nominal subject ([nsubj]()) is a noun phrase in the absolutive, ergative or dative case, without preposition.
99+
* Intransitive predicates typically have absolutive subjects, but some of them have ergative or dative subjects.
100+
* For transitive predicates that take ergative and absolutive/dative, the ergative argument is the subject.
101+
* For transitive predicates that take dative and absolutive, the dative argument is the subject.
102+
* A finite subordinate clause may serve as the subject and is labeled `csubj`.
103+
* For transitive predicates, the other argument (the one that is not subject according to the above rules)
104+
is the direct object ([obj]()).
105+
* Ditransitive predicates take three arguments (ergative, dative, and absolutive).
106+
Here the dative argument is labeled as indirect object ([iobj]()).
54107

55-
*
108+
### Relations Overview
56109

57-
---
58-
**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.
59-
60-
---
110+
* The only subtype currently used in the Basque treebank (since UD 2.11) is [nsubj:outer]()
111+
for outer subjects in non-verbal clauses where the non-verbal predicate is a nested clause.
112+
* The following relation types are not used in Basque at all:
113+
[clf](), [dislocated](), [expl]()
61114

62115
## Treebanks
63116

0 commit comments

Comments
 (0)