make resource

This commit is contained in:
aarne
2005-10-13 12:43:47 +00:00
parent 5729a03678
commit 95b04d53bb
7 changed files with 24 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
--
-- The following files are presupposed:
interface SyntaxRomance = TypesRomance ** open Prelude, (CO=Coordination) in {
interface SyntaxRomanceVP = TypesRomance ** open Prelude, (CO=Coordination) in {
--2 Common Nouns
--

View File

@@ -20,9 +20,9 @@
-- implemented. The parameter types are defined in $TypesEng.gf$.
incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
open Prelude, SyntaxRomance in {
open Prelude, SyntaxRomanceVP in {
flags optimize=all ;
flags optimize=all_subs ;
lin
UseV v = predClauseGroup v (complVerb v) ;
@@ -54,8 +54,8 @@ incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
RelVP = relVerbPhrase ;
IntVP = intVerbPhrase ;
PosVP tp = predVerbGroup True tp ;
NegVP tp = predVerbGroup False tp ;
-- PosVP tp = predVerbGroup True tp ;
-- NegVP tp = predVerbGroup False tp ;
AdvVP = adVerbPhrase ;
SubjVP = subjunctVerbPhrase ;