26.12.2013 Views

A computational grammar and lexicon for Maltese

A computational grammar and lexicon for Maltese

A computational grammar and lexicon for Maltese

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

oper<br />

Pronoun = {<br />

s : PronForm => Str ;<br />

a : Agr ;<br />

} ;<br />

param<br />

PronForm = Personal | Possessive | Suffixed ;<br />

The Suffixed <strong>for</strong>m of the pronoun is used when attaching to nouns <strong>and</strong> prepositions. The<br />

pronoun suffixes <strong>for</strong> verbs however are not stored as part of the Pronoun record. Rather, the<br />

agreement feature a in the pronoun is consulted directly <strong>and</strong> the correct suffixed <strong>for</strong>m is chosen<br />

within the linearisation function of a verb phrase, using the dirObjSuffix <strong>and</strong> indObjSuffix<br />

operators in ResMlt.gf. For more on this see section 2.3.5.<br />

2.3.3 Pronouns<br />

The pronouns available in <strong>Maltese</strong> are very similar to those in English. Pronouns in <strong>Maltese</strong><br />

are often enclitic, joining with verbs to indicate direct/indirect objects, with nouns to indicate<br />

possession <strong>and</strong> with pronouns as contractions. The suffix <strong>for</strong>ms which the personal pronouns<br />

can take are listed in table 2.16. While these can be seen of as a morphological process 2 , the<br />

implementation in the resource <strong>grammar</strong> treat this is a syntactic processes via the bind token 3 .<br />

Table 2.16: Different suffixed <strong>for</strong>ms <strong>for</strong> enclitic pronouns. Square brackets indicate <strong>for</strong>ms<br />

which precede another enclitic pronoun in the dative.<br />

Subject Nominative Noun/<br />

Preposition<br />

Verb accusative<br />

(direct)<br />

P1 Sg jien -i, -ja -ni -li<br />

P2 Sg int -ek -ek, -k -lek<br />

P3 Sg Masc hu -u, -h -u, -h [-hu] -lu<br />

P3 Sg Fem hi ha -ha [-hie] -lha<br />

P1 Pl aħna na -na -lna<br />

Verb dative<br />

(indirect)<br />

P2 Pl intom kom -kom -lkom<br />

P3 Pl huma hom -hom -lhom<br />

2 Borg & Azzopardi-Alex<strong>and</strong>er (1997) present pronominal suffixes as inflectional <strong>for</strong>ms.<br />

3 An early version of the <strong>grammar</strong> treated all pronominal suffixes as part of the inflection table. In the case of<br />

verbs, this led to a table of around 1000 unique word <strong>for</strong>ms which proved problematic to compile <strong>and</strong> use. Refer to<br />

section 2.5.1.<br />

34

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!