mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
french these and those
This commit is contained in:
@@ -103,7 +103,7 @@ lin
|
|||||||
} ;
|
} ;
|
||||||
sp = table {
|
sp = table {
|
||||||
Sg => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g ;
|
Sg => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g ;
|
||||||
Pl => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g
|
Pl => \\g,c => prepCase c ++ genForms "ceux-là" "celles-là" ! g
|
||||||
} ;
|
} ;
|
||||||
s2 = [] ---- "-là"
|
s2 = [] ---- "-là"
|
||||||
} ;
|
} ;
|
||||||
@@ -126,7 +126,7 @@ lin
|
|||||||
} ;
|
} ;
|
||||||
sp = table {
|
sp = table {
|
||||||
Sg => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g ;
|
Sg => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g ;
|
||||||
Pl => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g
|
Pl => \\g,c => prepCase c ++ genForms "ceux-ci" "celles-ci" ! g
|
||||||
} ;
|
} ;
|
||||||
s2 = [] ---- "-ci"
|
s2 = [] ---- "-ci"
|
||||||
} ;
|
} ;
|
||||||
@@ -150,7 +150,7 @@ lin
|
|||||||
where {a = aagr Masc Pl} ;
|
where {a = aagr Masc Pl} ;
|
||||||
when_IAdv = ss "quand" ;
|
when_IAdv = ss "quand" ;
|
||||||
when_Subj = ss "quand" ** {m = Indic} ;
|
when_Subj = ss "quand" ** {m = Indic} ;
|
||||||
where_IAdv = ss "où" ;
|
where_IAdv = ss "où" ;
|
||||||
which_IQuant = {
|
which_IQuant = {
|
||||||
s = \\n,g,c =>
|
s = \\n,g,c =>
|
||||||
prepCase c ++ aagrForms "quel" "quelle" "quels" "quelles" ! aagr g n
|
prepCase c ++ aagrForms "quel" "quelle" "quels" "quelles" ! aagr g n
|
||||||
|
|||||||
Reference in New Issue
Block a user