1
0
forked from GitHub/gf-rgl

improving gfcc generation

This commit is contained in:
aarne
2006-09-26 10:23:50 +00:00
parent 209b2ba68a
commit 5eddf83609

View File

@@ -30,7 +30,7 @@ concrete RelativeGer of Relative = CatGer ** open ResGer in {
FunRP p np rp = {
s = \\gn,c => np.s ! c ++ appPrep p (rp.s ! gn) ;
a = RAg np.a
a = RAg {n = np.a.n ; p = np.a.p}
} ;
IdRP = {s = relPron ; a = RNoAg} ;