mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
VP romance
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
|
||||
concrete ClauseFre of Clause = CategoriesFre **
|
||||
ClauseRomance with (SyntaxRomance=SyntaxFre) ;
|
||||
ClauseI with (Rules=RulesFre), (Verbphrase=VerbphraseFre) ;
|
||||
---- ClauseRomance with (SyntaxRomance=SyntaxFre) ;
|
||||
|
||||
@@ -104,8 +104,10 @@ oper
|
||||
|
||||
negVerb = \va -> elisNe ++ va ++ "pas" ;
|
||||
|
||||
-- copula = \b,w -> let etre = (predVerb verbEtre).s in etre ! b ! Masc ! w ;
|
||||
copula = verbEtre ;
|
||||
|
||||
|
||||
isClitCase = \c -> case c of {
|
||||
Acc => True ;
|
||||
Dat => True ;
|
||||
|
||||
3
lib/resource/french/VerbphraseFre.gf
Normal file
3
lib/resource/french/VerbphraseFre.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
concrete VerbphraseFre of Verbphrase = CategoriesFre **
|
||||
VerbphraseRomance with (SyntaxScand=SyntaxFre) ;
|
||||
Reference in New Issue
Block a user