diff options
Diffstat (limited to 'examples/app/App.gf')
| -rw-r--r-- | examples/app/App.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf index a2947361e..cfd56bb4c 100644 --- a/examples/app/App.gf +++ b/examples/app/App.gf @@ -22,7 +22,7 @@ abstract App = -- Extensions PassVPSlash, PassAgentVPSlash -- not reachable anyway ] ---P ,Phrasebook + ,Phrasebook ** { flags @@ -30,8 +30,8 @@ flags heuristic_search_factor=0.80; -- doesn't seem to affect speed or quality much fun ---P PhrasePhr : Phrase -> Phr ; ---P Phrase_Chunk : Phrase -> Chunk ; + PhrasePhr : Phrase -> Phr ; + Phrase_Chunk : Phrase -> Chunk ; ComplV2 : V2 -> NP -> VP ; -- sees him |
