mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
French almost complete (reflexives, ordinals missing)
This commit is contained in:
@@ -20,12 +20,11 @@ incomplete concrete RelativeRomance of Relative =
|
||||
in
|
||||
cl.s ! t ! ant ! b ! m
|
||||
} ;
|
||||
{-
|
||||
|
||||
RelSlash rp slash = {
|
||||
s = \\t,a,p,ag =>
|
||||
rp.s ! ag.gn ! RNom ++ slash.s ! t ! a ! p ! Sub ++ slash.c2
|
||||
s = \\t,a,p,m,ag =>
|
||||
slash.c2.s ++ rp.s ! False ! ag ! slash.c2.c ++ slash.s ! t ! a ! p ! m
|
||||
} ;
|
||||
-}
|
||||
|
||||
FunRP p np rp = {
|
||||
s = \\_,a,c => np.s ! Ton Nom ++ p.s ++ rp.s ! True ! a ! p.c ;
|
||||
@@ -36,7 +35,4 @@ incomplete concrete RelativeRomance of Relative =
|
||||
a = RNoAg
|
||||
} ;
|
||||
|
||||
-- RCl = {s : Tense => Anteriority => Polarity => Mood => Agr => Str} ;
|
||||
-- RP = {s : AAgr => RelForm => Str ; a : RAgr} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user