diff options
| author | aarne <aarne@chalmers.se> | 2014-04-08 16:14:05 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-08 16:14:05 +0000 |
| commit | 44521edd2dfe14c433f9bc849f0669beb71e7b02 (patch) | |
| tree | e5548415a1763df318f76c8c38f2cea287e80d99 /examples/app/App.gf | |
| parent | 9cac98a3561386a9e190881ba64292f672f86500 (diff) | |
small fixes in App grammar - don't affect performance
Diffstat (limited to 'examples/app/App.gf')
| -rw-r--r-- | examples/app/App.gf | 1 |
1 files changed, 1 insertions, 0 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 ; |
