diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-21 15:08:55 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-21 15:08:55 +0200 |
| commit | dbac0b184f7aad3df33a28983937d5f2de8ae920 (patch) | |
| tree | 612ac0346ac1d5ef39ed684acf8985aec3fbdcc1 /examples/app/AppUrd.gf | |
| parent | a6cf33f226b6cea9d2aef04af961c8e5e4193fd3 (diff) | |
| parent | 74fd6eef3b416ea07cbf21f254d397c2c534bfd9 (diff) | |
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
Diffstat (limited to 'examples/app/AppUrd.gf')
| -rw-r--r-- | examples/app/AppUrd.gf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/app/AppUrd.gf b/examples/app/AppUrd.gf new file mode 100644 index 000000000..fe80e8b84 --- /dev/null +++ b/examples/app/AppUrd.gf @@ -0,0 +1,29 @@ +--# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos + +concrete AppUrd of App = + + TranslateUrd - [ + -- Verb + SlashV2a,ComplSlash, -- replaced by a more efficient inlined version + SlashV2V, + Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A, + SlashVV, SlashV2VNP, + AdvVPSlash, AdVVPSlash, VPSlashPrep, + -- Sentence + SlashVP, SlashVS, + PredSCVP, + AdvSlash, SlashPrep, SlashVS, + EmbedS, EmbedQS, EmbedVP, RelS, + -- Question + ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, + -- Idiom + CleftNP, CleftAdv, + ImpP3, + -- Construction + -- Extensions + PassVPSlash, PassAgentVPSlash -- not reachable anyway + ], + PhrasebookUrd - [open_Adv,closed_A,open_A,at_Prep] + + + ** AppFunctor with (Syntax = SyntaxUrd) ; |
