summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/finnish/PeaceLexExt_Fin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/peacekeeping/finnish/PeaceLexExt_Fin.gf')
-rw-r--r--examples/peacekeeping/finnish/PeaceLexExt_Fin.gf44
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ää") ;
-
-}