mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
error msg in update
This commit is contained in:
@@ -481,7 +481,7 @@ Source modules:
|
||||
|
||||
<p>
|
||||
|
||||
<a href=example/AnimalsFre.gf>AnimalsFre</a>
|
||||
<a href=example/AnimalsFre.gf>AnimalsFre</a> (does not compile yet)
|
||||
|
||||
<p>
|
||||
|
||||
@@ -502,7 +502,7 @@ which is almost one thousand times smaller and faster to load.
|
||||
Just issue the following GF commands
|
||||
<pre>
|
||||
i AnimalsEng.gf
|
||||
i AnimalsFre.gf
|
||||
-- i AnimalsFre.gf -- does not compile yet
|
||||
i AnimalsSwe.gf
|
||||
pm | wf animals.gfcm
|
||||
</pre>
|
||||
|
||||
@@ -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} ;
|
||||
|
||||
@@ -50,8 +50,6 @@ incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
|
||||
|
||||
---- PredProgVP = progressiveVerbPhrase ;
|
||||
|
||||
---- SPredProgVP = progressiveClause ;
|
||||
|
||||
-- Use VPs
|
||||
|
||||
PredVP = predVerbGroupClause ;
|
||||
|
||||
Reference in New Issue
Block a user