mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
small fixes in App grammar - don't affect performance
This commit is contained in:
@@ -36,6 +36,7 @@ abstract App =
|
|||||||
** {
|
** {
|
||||||
flags
|
flags
|
||||||
startcat=Phr ;
|
startcat=Phr ;
|
||||||
|
---- heuristic_search_factor=0.90; -- doesn't seem to affect speed or quality much
|
||||||
|
|
||||||
fun
|
fun
|
||||||
PhrasePhr : Phrase -> Phr ;
|
PhrasePhr : Phrase -> Phr ;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ concrete AppFin of App =
|
|||||||
|
|
||||||
,PhrasebookFin - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A]
|
,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
|
flags
|
||||||
literal=Symb ;
|
literal=Symb ;
|
||||||
|
|||||||
Reference in New Issue
Block a user