1
0
forked from GitHub/gf-core

CSEE now works fine

This commit is contained in:
aarne
2005-09-20 08:32:55 +00:00
parent 973311a9f6
commit b585c6c69b
13 changed files with 76 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
concrete ClauseFin of Clause = CategoriesFin **
open Prelude, SyntaxFin in {
flags optimize=all ;
flags optimize=all_subs ;
lin
SPredV np v =

View File

@@ -18,7 +18,7 @@
concrete RulesFin of Rules = CategoriesFin ** open Prelude, SyntaxFin in {
flags
optimize=all ;
optimize=all_subs ;
lin
UseN = noun2CommNounPhrase ;

View File

@@ -1,4 +1,4 @@
--# -path=.:../romance:../abstract:../../prelude
concrete ClauseFre of Clause = CategoriesFre **
ClauseRomance with (SyntaxRomance=SyntaxFre) ;
ClauseRomance with (SyntaxRomance=SyntaxFre) ;

View File

@@ -3,7 +3,7 @@
incomplete concrete ClauseRomance of Clause = CategoriesRomance **
open Prelude, SyntaxRomance in {
flags optimize=all ; --- parametrize much worse, 15/2
flags optimize=all_subs ; --- parametrize much worse, 15/2
lin
SPredV np v =

View File

@@ -3,6 +3,8 @@
incomplete concrete RulesRomance of Rules = CategoriesRomance **
open Prelude, SyntaxRomance in {
flags optimize = all_subs ;
lin
UseN = noun2CommNounPhrase ;
UsePN = nameNounPhrase ;