diff options
| author | aarne <aarne@chalmers.se> | 2017-04-11 15:48:18 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2017-04-11 15:48:18 +0000 |
| commit | dd61e1dc1988ebd056182c8e801894cfd427beee (patch) | |
| tree | b55cb2ea68578082c5008010c02e23b2bef45169 /examples/app/App.gf | |
| parent | 23f740d3b98b40a860addc2a7902b0976af4e6e8 (diff) | |
re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input
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 |
