mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 15:50:19 -06:00
added pidgin rules
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
concrete RelativeMkd of Relative = CatMkd ** open Prelude,ResMkd in {
|
||||
lin FunRP p np rp = {s = \\g => p.s ++ np.s ! RSubj ++ rp.s ! g} ;
|
||||
lin IdRP = {s = table {
|
||||
GSg Masc => "кој" ;
|
||||
GSg Fem => "која" ;
|
||||
@@ -6,6 +7,8 @@ concrete RelativeMkd of Relative = CatMkd ** open Prelude,ResMkd in {
|
||||
GPl => "кои"
|
||||
}
|
||||
} ;
|
||||
lin RelCl cl = {s = \\g,t,a,p => cl.s ! t ! a ! p ! Main} ;
|
||||
lin RelSlash rp c = {s = \\g,t,a,p => rp.s ! g ++ c.s} ;
|
||||
lin RelVP rp vp = {
|
||||
s = \\gn,t,a,p => mkClause (rp.s ! gn) {g=gn; p=P3} vp ! t ! a ! p ! Main
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user