diff --git a/resource/doc/gf-resource.html b/resource/doc/gf-resource.html index 25c1621e0..93ece7095 100644 --- a/resource/doc/gf-resource.html +++ b/resource/doc/gf-resource.html @@ -481,7 +481,7 @@ Source modules:
-AnimalsFre +AnimalsFre (does not compile yet)
@@ -502,7 +502,7 @@ which is almost one thousand times smaller and faster to load. Just issue the following GF commands
i AnimalsEng.gf - i AnimalsFre.gf + -- i AnimalsFre.gf -- does not compile yet i AnimalsSwe.gf pm | wf animals.gfcmdiff --git a/resource/romance/RulesRomance.gf b/resource/romance/RulesRomance.gf index 4790274dc..e45437d9e 100644 --- a/resource/romance/RulesRomance.gf +++ b/resource/romance/RulesRomance.gf @@ -46,8 +46,9 @@ lin UseV2 = transAsVerb ; -- Formation of infinitival phrases. -{- ---- + UseCl tp cl = {s = \\o => tp.s ++ cl.s ! tp.b ! ClFinite tp.t tp.a o} ; +{- ---- UseRCl tp cl = {s = \\gn,p => tp.s ++ cl.s ! tp.b ! VFinite tp.t tp.a ! gn ! p} ; UseQCl tp cl = {s = \\q => tp.s ++ cl.s ! tp.b ! VFinite tp.t tp.a ! q} ; diff --git a/resource/romance/VerbphraseRomance.gf b/resource/romance/VerbphraseRomance.gf index c17a14e2c..0fd69dee3 100644 --- a/resource/romance/VerbphraseRomance.gf +++ b/resource/romance/VerbphraseRomance.gf @@ -50,8 +50,6 @@ incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance ** ---- PredProgVP = progressiveVerbPhrase ; ----- SPredProgVP = progressiveClause ; - -- Use VPs PredVP = predVerbGroupClause ;