forked from GitHub/gf-rgl
(Romance) Move AForm from Common to Diff
Por,Ita: no attributive. Fre,Cat: only Sg M, Spa: Sg M+F
This commit is contained in:
@@ -133,8 +133,8 @@ incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
|
||||
NP = \np -> (np.s ! Nom).comp ;
|
||||
Conj = \c -> c.s2 ;
|
||||
|
||||
A = \a -> a.s ! ASg Masc APred ;
|
||||
A2 = \a -> a.s ! ASg Masc APred ++ a.c2.s ;
|
||||
A = \a -> a.s ! genNum2Aform Masc Sg ;
|
||||
A2 = \a -> a.s ! genNum2Aform Masc Sg ++ a.c2.s ;
|
||||
|
||||
N = \n -> n.s ! Sg ;
|
||||
N2 = \n -> n.s ! Sg ++ n.c2.s ;
|
||||
|
||||
Reference in New Issue
Block a user