mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-15 10:00:11 -06:00
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
concrete RelativeMkd of Relative = CatMkd ** open Prelude,ResMkd in {
|
|
lin IdRP = {s = table {
|
|
GSg Masc => "кој" ;
|
|
GSg Fem => "која" ;
|
|
GSg Neuter => "кое" ;
|
|
GPl => "кои"
|
|
}
|
|
} ;
|
|
lin RelVP rp vp = {
|
|
s = \\gn,t,a,p => mkClause (rp.s ! gn) {g=gn; p=P3} vp ! t ! a ! p ! Main
|
|
} ;
|
|
}
|