1
0
forked from GitHub/gf-core

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

@@ -3,8 +3,9 @@
instance SyntaxDan of SyntaxScand = TypesDan **
open Prelude, (CO = Coordination), MorphoDan in {
oper
flags optimize=all ;
oper
------ mkAdjForm
-- When common nouns are extracted from lexicon, the composite noun form is ignored.
@@ -108,12 +109,9 @@ instance SyntaxDan of SyntaxScand = TypesDan **
_ => "seg"
} ;
progressiveVerbPhrase : VerbGroup -> VerbGroup = \verb ->
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
complVerbVerb
(verbVara **
{isAux = False} ----- {s3 = ["ved at"]}
)
(predVerbGroup True Simul verb) ;
{s = verbVara.s ; s1 = "ved" ; isAux = False} ;
progressiveClause : NounPhrase -> VerbPhrase -> Clause = \np,vp ->
predVerbGroupClause np