ExtFoods for book

This commit is contained in:
aarne
2007-09-06 11:34:53 +00:00
parent eb173e4529
commit cd9dac84c2
13 changed files with 150 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
instance LexFoodsGer of LexFoods = open SyntaxGer, ParadigmsGer in {
instance LexFoodsGer of LexFoods = open SyntaxGer, ParadigmsGer, IrregGer in {
oper
wine_N = mkN "Wein" ;
pizza_N = mkN "Pizza" "Pizzen" feminine ;
@@ -10,4 +10,11 @@ instance LexFoodsGer of LexFoods = open SyntaxGer, ParadigmsGer in {
expensive_A = mkA "teuer" ;
delicious_A = mkA "köstlich" ;
boring_A = mkA "langweilig" ;
eat_V2 = mkV2 essen_V ;
drink_V2 = mkV2 trinken_V ;
pay_V2 = mkV2 (mkV "bezahlen") ;
lady_N = mkN "Frau" "Frauen" feminine ;
gentleman_N = mkN "Herr" "Herren" masculine ;
}