cleaned up romance syntax and added to clause

This commit is contained in:
aarne
2005-05-26 07:41:05 +00:00
parent 2b2ae6cf08
commit f8ac64388e
6 changed files with 1626 additions and 289 deletions

View File

@@ -114,10 +114,12 @@ oper
AEsse => verbEtre
} ;
{- ---G
progressiveVerbPhrase : VerbPhrase -> VerbGroup = \vp ->
predClauseBeGroup
(complCopula (\\g,n,p =>
"en" ++ "train" ++ elisDe ++ vp.s ! VIInfinit ! g ! n ! p)) ;
-}
-- The "ne - pas" negation.
@@ -328,6 +330,4 @@ oper
negNe = elisNe ; negPas = "pas" ;
predVerb0 rain = predVerbClause (pronNounPhrase pronImpers) rain (complVerb rain) ;
}