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/AppFunctor.gf | |
| parent | 23f740d3b98b40a860addc2a7902b0976af4e6e8 (diff) | |
re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input
Diffstat (limited to 'examples/app/AppFunctor.gf')
| -rw-r--r-- | examples/app/AppFunctor.gf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/app/AppFunctor.gf b/examples/app/AppFunctor.gf index 660f1ed57..e2b332151 100644 --- a/examples/app/AppFunctor.gf +++ b/examples/app/AppFunctor.gf @@ -20,14 +20,19 @@ incomplete concrete AppFunctor of App = -- Construction -- Extensions PassVPSlash, PassAgentVPSlash -- not reachable anyway - ] + ], + Phrasebook - [open_Adv] ** open Syntax in { flags literal=Symb ; + case_sensitive=off ; lin + PhrasePhr p = {s = "+" ++ p.s} | p ; + Phrase_Chunk p = p ; + ComplV2 v np = mkVP v np ; ComplV2V v np vp = mkVP v np vp ; |
