The verb list is taken from Boyacioglu 2010. He provides a list of 3257 verbs and notes their conjugation class. This folder contains a modified version of his verb list. The modifications are explained in the modifications file.
In this folder, there are two types of files:
- verblist_arm: Verb list is presented in the Armenian script.
- verblist_trans: Verb list is presented in its transliterated form.
The files have both xlsx
and tsv
versions. The transliterated forms are generated based on the transliteration key.
The structure of a paradigm file looks like the following. This is taken from the transliterated verblist_trans file.
Index | Verb | Class number | Subclass | Example lemma | Stem | Regularity | Initial segment | Regular category | Affix | Translation | Transitivity |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | akut͡sel | 1 | erkel | akut͡s | Regular | V | E-Class | -e | Transitive | ||
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
207 | paʒnvil | 4 | Passive | zzvil | paʒn | Regular | C | Passive | -vil | To divide... | Intransitive |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Verbs are listed starting from the second row. The first row describes the information provided in every column:
- Index: Unique index of a verb, ranging from 1 to 3257
- Verb: Citation form of the verb, usually the infinitival, such as
akut͡sel
. - Class number: Class number of the verb.
- Subclass: Subclass of the verb's class. If a verb's class doesn't have any subclasses, the value in this column is blank.
- Example lemma: Every class or subclass has an example lemma which is used in the paradigm files. For Class 1 verbs, the example lemma is
erkel
. - Stem: Stem of the citation form. This is usually the verb minus its infinitival suffix, such as
erk
. - Regularity: Verbs belong to classes which have different degrees of regularity. Possible values are
Regular
,Archaic
,Irregular
,Suppletive
, andDefective
. - Initial segment: The initial segment of all the lemmas of a class can either be a vowel
V
or a consonantC
. - Regular category: If a verb belongs to a regular class, this field provides its basic category. Possible values are
E-Class
,I-Class
,A-Class
,Causative
,Passive
,Inchoative
, or blank. - Affix: The sequence of segments which follows the stem.
- Translation: A translation of the verb taken from Kouyoumdjian 1970 "A Comprehensive Dictionary Armenian-English", available on Nayiri. If the translation was a redirection to another Armenian word, then we translated that verb too. If a verb is not listed in Kouyoumdjian, then we omit a translation. Of the 3258 verbs from Boyacioglu 2010, 2749 did not appear in Kouyoumdjian and were not translated.
- Transitivity: The transitivity of the verb. Possible values are
Intranstive
,Transitive
,Both
, orNeither
. The transitivity values are mostly taken from Kouyoumdjian 1970 with some additions and modifications, discussed in the modifications file.