From 96ed0bf4ac7e2898f6f8de82cacecb69d1e94684 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 12 Oct 2007 13:46:57 +0000 Subject: demo restaurant info --- examples/restaurant/LexRestaurantGer.gf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/restaurant/LexRestaurantGer.gf (limited to 'examples/restaurant/LexRestaurantGer.gf') diff --git a/examples/restaurant/LexRestaurantGer.gf b/examples/restaurant/LexRestaurantGer.gf new file mode 100644 index 000000000..349a11fd7 --- /dev/null +++ b/examples/restaurant/LexRestaurantGer.gf @@ -0,0 +1,12 @@ +instance LexRestaurantGer of LexRestaurant = open SyntaxGer, ParadigmsGer in { + +oper + restaurant_N = mkN "Restaurant" "Restaurants" neuter ; + cheap_A = mkA "billig" ; + italian_A = mkA "italienisch" ; + thai_A = mkA "thailändisch" ; + swedish_A = mkA "schwedisch" ; + french_A = mkA "französisch" ; + + konkanok_PN = mkPN "Konkanok" ; +} -- cgit v1.2.3