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.

2.3.6 Clauses<br />

The RGL covers three kinds of clauses: declarative, question <strong>and</strong> relative clauses, encoded<br />

with the categories Cl, QCl <strong>and</strong> RCl respectively. They are all implemented in similar ways:<br />

oper<br />

Clause : Type = {<br />

s : Tense => Anteriority => Polarity => Order => Str<br />

} ;<br />

QClause : Type = {<br />

s : Tense => Anteriority => Polarity => QForm => Str<br />

} ;<br />

RClause : Type = {<br />

s : Tense => Anteriority => Polarity => Agr => Str<br />

} ;<br />

param<br />

Order = ODir | OQuest ;<br />

QForm = QDir | QIndir ;<br />

In each case, the clause needs to contain versions of the underlying statement <strong>for</strong> all tense <strong>and</strong><br />

polarity combinations. Since question clauses <strong>and</strong> relative clauses can be made from declarative<br />

clauses, the Clause type needs to contain all possible word orders. This is the purpose of<br />

the Order parameter. Question clauses can also be linearised in different orders depending on<br />

whether they are direct or indirect.<br />

Variable word order<br />

Intonation in spoken <strong>Maltese</strong> can be very important in determining whether a statement is a<br />

declaration or a question. As a result of this, word order is relatively free <strong>and</strong> a phrase is a given<br />

order can be interpreted in different ways. Similarly, the same kind of phrase can be linearised<br />

in different word orders. Table 2.19 gives some examples of this variation.<br />

Table 2.19: Examples of variable word order<br />

Form Order <strong>Maltese</strong> English gloss<br />

Declarative SVO Mary marret tgħum ‘Mary went swimming’<br />

Declarative VOS marret tgħum Mary ‘went swimming Mary’<br />

Declarative OVS tgħum marret Mary ‘swimming went Mary’<br />

Question SVO Mary marret tgħum? ‘Mary went swimming?’<br />

Question VOS marret tgħum Mary? ‘went swimming Mary?’<br />

Question OVS tgħum marret Mary? ‘swimming went Mary?’<br />

Notwithst<strong>and</strong>ing this, in the resource <strong>grammar</strong> we take a simpler approach <strong>and</strong> h<strong>and</strong>le only<br />

one word order in each case: SVO <strong>for</strong> declaratives <strong>and</strong> VOS <strong>for</strong> questions. These are arguably<br />

38

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

Saved successfully!

Ooh no, something went wrong!