diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2011-10-17 16:01:07 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2011-10-17 16:01:07 +0000 |
| commit | d9f7697f7a9f8fb44fa2ead3eecf6ca3c3cad19f (patch) | |
| tree | edd9fa3fc1bcd7ed1653a1350541b2e7cb8de6a4 /eclipse/examples/functors/LexFoodsGer.gf | |
| parent | 83533afd5f8fe3c053b234d365a5a7325c86e594 (diff) | |
Added Eclipse contents
Diffstat (limited to 'eclipse/examples/functors/LexFoodsGer.gf')
| -rw-r--r-- | eclipse/examples/functors/LexFoodsGer.gf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/eclipse/examples/functors/LexFoodsGer.gf b/eclipse/examples/functors/LexFoodsGer.gf new file mode 100644 index 000000000..7772416be --- /dev/null +++ b/eclipse/examples/functors/LexFoodsGer.gf @@ -0,0 +1,18 @@ +-- Lexicon Instance +instance LexFoodsGer of LexFoods = open SyntaxGer, ParadigmsGer in { +flags + coding=utf8 ; +oper + wine_N = mkN "Wein" ; + pizza_N = mkN "Pizza" "Pizzen" feminine ; + cheese_N = mkN "Käse" "Käsen" masculine ; + fish_N = mkN "Fisch" ; + fresh_A = mkA "frisch" ; + warm_A = mkA "warm" "wärmer" "wärmste" ; + italian_A = mkA "italienisch" ; + expensive_A = mkA "teuer" ; + delicious_A = mkA "köstlich" ; + boring_A = mkA "langweilig" ; + + testy_A = mkA "testy" ; +} |
