mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
CSEE now works fine
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
concrete ClauseFin of Clause = CategoriesFin **
|
||||
open Prelude, SyntaxFin in {
|
||||
|
||||
flags optimize=all ;
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lin
|
||||
SPredV np v =
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
concrete RulesFin of Rules = CategoriesFin ** open Prelude, SyntaxFin in {
|
||||
|
||||
flags
|
||||
optimize=all ;
|
||||
optimize=all_subs ;
|
||||
|
||||
lin
|
||||
UseN = noun2CommNounPhrase ;
|
||||
|
||||
Reference in New Issue
Block a user