forked from GitHub/gf-core
Tense to Common ; Idiom ; Text
This commit is contained in:
20
lib/resource-1.0/french/IdiomFre.gf
Normal file
20
lib/resource-1.0/french/IdiomFre.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete IdiomFre of Idiom = CatFre **
|
||||
open PhonoFre, MorphoFre, ParadigmsFre, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lin
|
||||
ExistNP np =
|
||||
mkClause "il" (agrP3 Masc Sg)
|
||||
(insertClit2 "y" (insertComplement (\\_ => np.s ! Ton Acc) (predV avoir_V))) ;
|
||||
ImpersCl vp = mkClause "il" (agrP3 Masc Sg) vp ;
|
||||
GenericCl vp = mkClause "on" (agrP3 Masc Sg) vp ;
|
||||
|
||||
ProgrVP vp =
|
||||
insertComplement
|
||||
(\\a => "en" ++ "train" ++ elisDe ++ infVP vp a)
|
||||
(predV copula) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user