mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
clause working with vp
This commit is contained in:
@@ -114,4 +114,13 @@ instance SyntaxDan of SyntaxScand = TypesDan **
|
||||
{s3 = ["ved at"]}
|
||||
)
|
||||
(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