VP romance

This commit is contained in:
aarne
2005-02-17 16:57:59 +00:00
parent 429fa8fb72
commit 0e2a0b30be
6 changed files with 120 additions and 17 deletions

View File

@@ -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) ;

View File

@@ -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 ;

View File

@@ -0,0 +1,3 @@
--# -path=.:../romance:../abstract:../../prelude
concrete VerbphraseFre of Verbphrase = CategoriesFre **
VerbphraseRomance with (SyntaxScand=SyntaxFre) ;