Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Ginter committed Oct 19, 2023
1 parent e6787e3 commit 72224d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xcl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ <h3 id="nominal-features">Nominal Features</h3>
</li>
<li><a href="">Case</a> has seven values: <code class="language-plaintext highlighter-rouge">Nom</code>, <code class="language-plaintext highlighter-rouge">Acc</code>, <code class="language-plaintext highlighter-rouge">Gen</code>, <code class="language-plaintext highlighter-rouge">Dat</code>, <code class="language-plaintext highlighter-rouge">Abl</code>, <code class="language-plaintext highlighter-rouge">Ins</code>, <code class="language-plaintext highlighter-rouge">Loc</code>. It occurs with <a href="">NOUN</a>, <a href="">PROPN</a>, <a href="">NUM</a>, <a href="">PRON</a>, <a href="">DET</a>, <a href="">ADJ</a>, as well as with participles and verbal nouns, tagged <a href="">VERB</a> or <a href="">AUX</a>.</li>
<li><a href="">NumType</a> is used with numerals (<a href="">NUM</a>) and adjectives (<a href="">ADJ</a>)</li>
<li><a href="">Animacy</a> can be lexically expressed in <a href="">PRON</a>, while <a href="">Definite</a> can be lexically expressed in <a href="">PRON</a> and <a href="">DET</a>.</li>
</ul>

<h3 id="pronouns-determiners-quantifiers">Pronouns, Determiners, Quantifiers</h3>
Expand All @@ -149,7 +148,9 @@ <h3 id="pronouns-determiners-quantifiers">Pronouns, Determiners, Quantifiers</h3
<li><a href="">PronType</a> is used with pronouns (<a href="">PRON</a>), determiners (<a href="">DET</a>), adverbs (<a href="">ADV</a>) and deictic interjections (<a href="">INTJ</a>).</li>
<li><a href="">Poss</a> marks possessive personal determiners (e.g. <em>իմ</em>/<em>im</em> “my”, <em>իւր</em>/<em>iwr</em> “his/her own”).</li>
<li><a href="">Reflex</a> marks reflexive pronoun <em>իւր</em>/<em>iwr</em> (gen.sg.) “of him/her-self” and determiner <em>իւր</em>/<em>iwr</em> (nom.sg.), <em>իւրոյ</em>/<em>iwroy</em> “his/her own”.</li>
<li><a href="">Animacy</a> has two values <code class="language-plaintext highlighter-rouge">Anim</code> and <code class="language-plaintext highlighter-rouge">Inan</code> and can be lexically expressed in <a href="">PRON</a>, e.g. <em>ոմն</em>/<em>omn</em> “somebody”, <em>զինչ</em>/<em>zinčʽ</em> “what”.</li>
<li><a href="">Person</a> is lexically expressed in personal pronouns (<a href="">PRON</a>). Only the first and second person pronouns are marked with the values <code class="language-plaintext highlighter-rouge">1</code> and <code class="language-plaintext highlighter-rouge">2</code>, respectively. The third person pronoun <em>նա</em>/<em>na</em> “(s)he, it” coincides with the demonstrative <em>նա</em>/<em>na</em> “that” and is left unmarked. The same applies to the possessive determiners.</li>
<li><a href="">Definite</a> has two values <code class="language-plaintext highlighter-rouge">Def</code> and <code class="language-plaintext highlighter-rouge">Spec</code> can be lexically expressed in <a href="">DET</a>, e.g. <em>զ</em>=/<em>z</em>= (nota accusativi), <em>մի</em>/<em>mi</em> “a certain”.</li>
</ul>

<h3 id="verbal-features">Verbal Features</h3>
Expand Down

0 comments on commit 72224d6

Please sign in to comment.