small fixes in App grammar - don't affect performance

This commit is contained in:
aarne
2014-04-08 16:14:05 +00:00
parent 8fc7cc5541
commit 8c3d91f405
2 changed files with 2 additions and 1 deletions

View File

@@ -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 ;

View File

@@ -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 ;