mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
(Ara) VV and related functions
This commit is contained in:
+10
-5
@@ -1054,11 +1054,16 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf ->
|
||||
s2 : Str
|
||||
};
|
||||
|
||||
linVP : VP -> Str = \vp -> --used for the first dummy implementation of ComplVV --IL
|
||||
vp.s ! Per3 Masc Sg ! VPPerf ++ vp.s2 ++
|
||||
case vp.isPred of {
|
||||
True => vp.pred.s ! {g=Masc ; n=Sg} ! Acc ;
|
||||
False => vp.obj.s } ;
|
||||
-- For complements of VV.
|
||||
-- TODO: does verbal complement agree with the noun
|
||||
compVP : VP -> Comp = \vp -> ---- IL
|
||||
{ s = table {
|
||||
aagr@{g=g ; n=n} => \\c =>
|
||||
vp.s ! Per3 g n ! VPImpf Ind ---- IL guesswork + https://arabic.desert-sky.net/g_modals.html
|
||||
++ vp.s2
|
||||
++ vp.pred.s ! aagr ! Acc
|
||||
++ vp.obj.s }
|
||||
} ;
|
||||
|
||||
predV : Verb -> VP = \v ->
|
||||
{ s = \\pgn,vf =>
|
||||
|
||||
Reference in New Issue
Block a user