clause working with vp

This commit is contained in:
aarne
2005-02-04 20:07:45 +00:00
parent 0796338380
commit 977a7b6865
14 changed files with 60 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:../scandinavian:../abstract:../../prelude
concrete RulesNor of Rules =
concrete RulesNor of Rules = CategoriesNor **
RulesScand with (SyntaxScand=SyntaxNor) ;

View File

@@ -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) ;
}

View File

@@ -1,6 +1,6 @@
--# -path=.:../scandinavian:../abstract:../../prelude
concrete TestResourceNor of TestResource = RulesNor, StructuralNor **
concrete TestResourceNor of TestResource = RulesNor, ClauseNor, StructuralNor **
open Prelude, MorphoNor, SyntaxNor in {
flags startcat=Phr ; lexer=text ; unlexer=text ;