mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
a few more words in StructuralSlv.gf
This commit is contained in:
@@ -288,7 +288,20 @@ oper
|
||||
} ;
|
||||
a = {g=g; n=n; p=p}
|
||||
} ;
|
||||
|
||||
|
||||
mkNP : (_,_,_,_,_,_ : Str) -> Gender -> Number -> NP =
|
||||
\nom,acc,gen,dat,loc,instr,g,n ->
|
||||
lin NP {s = table {
|
||||
Nom => nom;
|
||||
Acc => acc;
|
||||
Gen => gen;
|
||||
Dat => dat;
|
||||
Loc => loc;
|
||||
Instr=>instr
|
||||
} ;
|
||||
a = {g=Neut; n=n; p=P3}
|
||||
} ;
|
||||
|
||||
mkInterj : Str -> Interj =
|
||||
\s -> lin Interj {s=s} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user