diff options
Diffstat (limited to 'examples/app')
| -rw-r--r-- | examples/app/App.gf | 1 | ||||
| -rw-r--r-- | examples/app/AppFin.gf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf index d9c69211c..d6d3f3bed 100644 --- a/examples/app/App.gf +++ b/examples/app/App.gf @@ -36,6 +36,7 @@ abstract App = ** { flags startcat=Phr ; +---- heuristic_search_factor=0.90; -- doesn't seem to affect speed or quality much fun PhrasePhr : Phrase -> Phr ; diff --git a/examples/app/AppFin.gf b/examples/app/AppFin.gf index 69bde568e..40b15a3e2 100644 --- a/examples/app/AppFin.gf +++ b/examples/app/AppFin.gf @@ -44,7 +44,7 @@ concrete AppFin of App = ,PhrasebookFin - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A] - ** open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, CommonScand, (E = ExtraFin), (G = GrammarFin), Prelude in { + ** open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, (E = ExtraFin), (G = GrammarFin), Prelude in { flags literal=Symb ; |
