18.02.2013 Views

GF Russian Resource Library

GF Russian Resource Library

GF Russian Resource Library

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Verb phrases are discontinuous: the parts of a verb phrase are (s) an inflected<br />

verb, (s2) verb adverbials (not negation though), and (s3) complement. This discontinuity<br />

is needed in sentence formation to account for word order variations.<br />

VerbPhrase : Type = Verb ** {s2: Str; s3 : Gender =><br />

Number => Str ; negBefore: Bool} ;<br />

This is one instance of Gazdar’s slash categories [1], corresponding to hisS/NP.<br />

We cannot have - nor would we want to have - a productive slash-category former.<br />

Perhaps a handful more will be needed.<br />

Notice that the slash category has the same relation to sentences as transitive<br />

verbs have to verbs: it’s like a sentence taking a complement.<br />

SlashNounPhrase = Clause ** Complement ;<br />

Clause = {s : Polarity => ClForm => Str} ;<br />

This is the traditional S -> NP VP rule:<br />

predVerbPhrase : NounPhrase -> VerbPhrase -> SlashNounPhrase =<br />

\Ya, tebyaNeVizhu -> { s = \\b,clf =><br />

let<br />

{ya = Ya.s ! (mkPronForm Nom No NonPoss);<br />

khorosho = tebyaNeVizhu.s2;<br />

vizhu = tebyaNeVizhu.s!clf!(gNum (pgen2gen Ya.g) Ya.n)!Ya.p;<br />

tebya = tebyaNeVizhu.s3 ! (pgen2gen Ya.g) ! Ya.n<br />

}<br />

in<br />

ya ++ khorosho ++ vizhu ++ tebya;<br />

s2= "";<br />

c = Nom<br />

} ;<br />

Questions are either direct (Ty sqastliv?) (Are you happy?) or indirect<br />

(Potom on sprosil sqastliv li ty) (Then he asked if you are happy).<br />

param QuestForm = DirQ | IndirQ ;<br />

The order of sentence is needed already in VP.<br />

oper<br />

getActVerbForm : ClForm -> Gender -> Number -> Person -><br />

VerbForm = \clf,g,n, p -> case clf of<br />

{ClIndic Future _ => VFORM Act (VIND (gNum g n) (VFuture p));<br />

ClIndic Past _ => VFORM Act (VIND (gNum g n) VPast);<br />

ClIndic Present _ => VFORM Act (VIND (gNum g n) (VPresent p));<br />

ClCondit => VFORM Act (VSUB (gNum g n));<br />

ClInfinit => VFORM Act VINF ;<br />

ClImper => VFORM Act (VIMP n p)<br />

};<br />

3.4 For Adjective<br />

Adjective declination forms depend on Case, Animacy, Gender and Number: bolьxie<br />

doma - bolьxih domov (big houses - big houses’); and on Number: bolьxo� dom -<br />

bolьxie doma (a big house - big houses); Animacy plays role only in the Accusative<br />

case (Masc Sg and Plural forms): Accusative Animate = Genitive, Accusaive Inanimate<br />

= Nominative � l�bl� bolьxie doma - � l�bl� bolьxih muжqin (I love<br />

big houses - I love big men). AdvF is a special adverbial form: horoxi� - horoxo<br />

(good-well):<br />

13

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

Saved successfully!

Ooh no, something went wrong!