subs flags

This commit is contained in:
aarne
2005-09-20 15:31:09 +00:00
parent e1a4b26a53
commit beef531778
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
incomplete concrete ClauseI of Clause = open Rules, Verbphrase in { incomplete concrete ClauseI of Clause = open Rules, Verbphrase in {
flags optimize=all ; flags optimize=all_subs ;
lin lin

View File

@@ -6,7 +6,7 @@ concrete ClauseEng of Clause = CategoriesEng **
open Prelude, SyntaxEng in { open Prelude, SyntaxEng in {
flags optimize=all ; flags optimize=all_subs ;
lin lin
SPredV np v = predVerbClause np v (complVerb v) ; SPredV np v = predVerbClause np v (complVerb v) ;

View File

@@ -22,7 +22,7 @@
concrete RulesEng of Rules = CategoriesEng ** open Prelude, SyntaxEng in { concrete RulesEng of Rules = CategoriesEng ** open Prelude, SyntaxEng in {
flags flags
optimize=all ; optimize=all_subs ;
lin lin
UseN = noun2CommNounPhrase ; UseN = noun2CommNounPhrase ;

View File

@@ -3,7 +3,7 @@
incomplete concrete RulesScand of Rules = CategoriesScand ** incomplete concrete RulesScand of Rules = CategoriesScand **
open Prelude, SyntaxScand in { open Prelude, SyntaxScand in {
flags optimize=all ; flags optimize=all_subs ;
lin lin
UseN = noun2CommNounPhrase ; UseN = noun2CommNounPhrase ;