Clause as restructuring of Verbphrase

This commit is contained in:
aarne
2005-02-17 12:56:57 +00:00
parent 0f6649a6ae
commit 55f28a0d3b
13 changed files with 165 additions and 91 deletions

View File

@@ -115,11 +115,10 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
_ => "sig"
} ;
progressiveVerbPhrase : VerbGroup -> VerbGroup = \verb ->
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
complVerbVerb
(mkVerb "hålla" "håller" "håll" "höll" "hållit" "hållen" **
{isAux = False}) ---- ;{s3 = ["på att"]})
(predVerbGroup True Simul verb) ;
{isAux = False}) ;
progressiveClause : NounPhrase -> VerbPhrase -> Clause = \np,vp ->
predVerbGroupClause np
@@ -131,6 +130,7 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
strPrep : ComplPrep -> Str = \p -> case p of {
CPnoPrep => [] ;
CPav => "av" ;
---- CPmed => "med" ;
CPför => "för" ;
CPi => "i" ;
CPom => "om" ;