diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2018-06-20 13:06:15 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2018-06-20 13:06:15 +0200 |
| commit | d8eac259e4782c03be8b22274ee6025499457ab6 (patch) | |
| tree | d632ca03451a0ce630311a0404b7833e17f0b8e8 /examples/slowApp/AppSwe.gf | |
| parent | 09d576f5b4b7c450ed41e86d5cc24557a1ffba11 (diff) | |
| parent | 485938103c6f9350575b79a4d4372c0b70439e04 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'examples/slowApp/AppSwe.gf')
| -rw-r--r-- | examples/slowApp/AppSwe.gf | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/examples/slowApp/AppSwe.gf b/examples/slowApp/AppSwe.gf deleted file mode 100644 index 093a1e91f..000000000 --- a/examples/slowApp/AppSwe.gf +++ /dev/null @@ -1,45 +0,0 @@ ---# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos - -concrete AppSwe of App = - TranslateSwe - [ - -- Verb - SlashV2V, -- replaced by more efficient inlined versions - Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A, - SlashVV, SlashV2VNP, - AdvVPSlash, AdVVPSlash, VPSlashPrep, - -- Sentence - PredSCVP, - AdvSlash, SlashPrep, SlashVS, - EmbedS, EmbedQS, EmbedVP, RelS, - -- Question - ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, - -- Idiom - CleftNP, CleftAdv, - ImpP3 - -- Construction - -- Extensions - ] - - ,PhrasebookSwe - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A] - - ** open MorphoSwe, ResSwe, ParadigmsSwe, SyntaxSwe, CommonScand, (E = ExtraSwe), Prelude in { - -flags - literal=Symb ; - --- to suppress punctuation -lin - PSentence, PQuestion = \s -> lin Text (mkUtt s) ; - PGreetingMale, PGreetingFemale = \s -> lin Text s ; - GObjectPlease o = lin Text (mkUtt o) ; - PhrasePhr p = {s = "+" ++ p.s} | p ; - Phrase_Chunk p = p ; - - -ComplV2V v np vp = mkVP v np vp ; -ComplV2A v np vp = mkVP v np vp ; -ComplV2Q v np vp = mkVP v np vp ; -ComplV2S v np vp = mkVP v np vp ; -ComplV3 v np vp = mkVP v np vp ; - -} |
