mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
clause working with vp
This commit is contained in:
@@ -116,4 +116,12 @@ instance SyntaxNor of SyntaxScand = TypesNor **
|
||||
)
|
||||
(predVerbGroup True Simul verb) ;
|
||||
|
||||
progressiveClause : NounPhrase -> VerbPhrase -> Clause = \np,vp ->
|
||||
predVerbGroupClause np
|
||||
(complVerbVerb
|
||||
(verbVara **
|
||||
{s3 = ["ved at"]}
|
||||
)
|
||||
vp) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user