diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/peacekeeping/finnish/PeaceLexExt_Fin.gf | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/peacekeeping/finnish/PeaceLexExt_Fin.gf')
| -rw-r--r-- | examples/peacekeeping/finnish/PeaceLexExt_Fin.gf | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/examples/peacekeeping/finnish/PeaceLexExt_Fin.gf b/examples/peacekeeping/finnish/PeaceLexExt_Fin.gf deleted file mode 100644 index 637b52d65..000000000 --- a/examples/peacekeeping/finnish/PeaceLexExt_Fin.gf +++ /dev/null @@ -1,44 +0,0 @@ ---# -path=.:present:prelude - -concrete PeaceLexExt_Fin of PeaceLexExt = - PeaceCat_Fin ** open ParadigmsFin in { - - lin - - -- Adjectives - dangerous_A = mkA "vaarallinen" ; - dead_A = mkA (mkN "kuollut" "kuolleita") ; - hungry_A = mkA "nälkäinen" ; - large_A = mkA "iso" ; - sick_A = mkA "sairas" ; - - -- Nouns - air_N = mkN "ilma" ; - arm_N = mk3N "käsi" "käden" "käsiä" ; - building_N = mkN "rakennus" ; - car_N = mkN "auto" ; - corpse_N = mkN "ruumis" ; - doctor_N = mkN "lääkäri"; - enemy_N = mkN "vihollinen"; - face_N = mkN "naama" ; ---- kasvot - food_N = mkN "ruoka"; - friend_N = mkN "ystävä"; - ground_N = mkN "maa" ; - knife_N = mk2N "veitsi" "veitsiä" ; ---- veistä - landmine_N = mkN "maamiina" ; - map_N = mkN "kartta" ; - medicine_N = mkN "lääke" ; - police8officer_N = mkN "poliisi" ; - skin_N = mkN "iho" ; - soldier_N = mkN "sotilas" ; - weapon_N = mkN "ase"; - - -- Verbs - cough_V = mkV "yskiä" ; - drop_V2 = dirV2 (mkV "pudottaa") ; - hurt_V = mkV "sattua" ; - need_V2 = dirV2 (mkV "tarvita"); - own_V2 = dirV2 (mkV "omistaa") ; - show_V3 = dirdirV3 (mkV "näyttää") ; - -} |
