1
0
forked from GitHub/gf-rgl

catalan adjectives in lexicon

This commit is contained in:
jordi.saludes
2007-02-17 20:26:46 +00:00
parent 410606ed3d
commit 024fcacbf9
2 changed files with 47 additions and 47 deletions

View File

@@ -307,7 +307,7 @@ oper
mkA a b c d e =
compADeg {s = \\_ => (mkAdj a b c d e).s ; isPre = False ; lock_A = <>} ;
regA a = compADeg {s = \\_ => (mkAdjReg a).s ; isPre = False ; lock_A = <>} ;
-- prefA a = {s = a.s ; isPre = True ; lock_A = <>} ;
prefA a = {s = a.s ; isPre = True ; lock_A = <>} ;
--
mkA2 a p = a ** {c2 = p ; lock_A2 = <>} ;
--