forked from GitHub/gf-rgl
(May) make linrefs into opers in ResMay
This commit is contained in:
+4
-4
@@ -122,10 +122,10 @@ concrete CatMay of Cat = CommonX - [IAdv] ** open ResMay, Prelude in {
|
||||
PN = ResMay.PNoun ;
|
||||
|
||||
linref
|
||||
CN = \cn -> cn.s ! NF Sg Bare ++ cn.heavyMod;
|
||||
ClSlash = \cl -> cl.subj ++ cl.pred ! Root ! Pos ++ cl.c2.s;
|
||||
RCl = \cl -> cl.subj ++ cl.pred ! P1 ! Pos;
|
||||
Cl = \cl -> cl.subj ++ cl.pred ! Active ! Pos;
|
||||
CN = linCN ;
|
||||
ClSlash = linClSlash ;
|
||||
RCl = linRCl ;
|
||||
Cl = linCl ;
|
||||
Det = linDet ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user