mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
subs flags
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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) ;
|
||||||
|
|||||||
@@ -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 ;
|
||||||
|
|||||||
@@ -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 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user