forked from GitHub/gf-rgl
CSEE now works fine
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
concrete ClauseFin of Clause = CategoriesFin **
|
concrete ClauseFin of Clause = CategoriesFin **
|
||||||
open Prelude, SyntaxFin in {
|
open Prelude, SyntaxFin in {
|
||||||
|
|
||||||
flags optimize=all ;
|
flags optimize=all_subs ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
SPredV np v =
|
SPredV np v =
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
concrete RulesFin of Rules = CategoriesFin ** open Prelude, SyntaxFin in {
|
concrete RulesFin of Rules = CategoriesFin ** open Prelude, SyntaxFin in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
optimize=all ;
|
optimize=all_subs ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
UseN = noun2CommNounPhrase ;
|
UseN = noun2CommNounPhrase ;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
incomplete concrete ClauseRomance of Clause = CategoriesRomance **
|
incomplete concrete ClauseRomance of Clause = CategoriesRomance **
|
||||||
open Prelude, SyntaxRomance in {
|
open Prelude, SyntaxRomance in {
|
||||||
|
|
||||||
flags optimize=all ; --- parametrize much worse, 15/2
|
flags optimize=all_subs ; --- parametrize much worse, 15/2
|
||||||
|
|
||||||
lin
|
lin
|
||||||
SPredV np v =
|
SPredV np v =
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
incomplete concrete RulesRomance of Rules = CategoriesRomance **
|
incomplete concrete RulesRomance of Rules = CategoriesRomance **
|
||||||
open Prelude, SyntaxRomance in {
|
open Prelude, SyntaxRomance in {
|
||||||
|
|
||||||
|
flags optimize = all_subs ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
UseN = noun2CommNounPhrase ;
|
UseN = noun2CommNounPhrase ;
|
||||||
UsePN = nameNounPhrase ;
|
UsePN = nameNounPhrase ;
|
||||||
|
|||||||
Reference in New Issue
Block a user