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 {
flags optimize=all ;
flags optimize=all_subs ;
lin

View File

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

View File

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

View File

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