From 750a2639b0f46153c36f6c713f522db5bb2d8587 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 27 Jan 2010 17:51:15 +0000 Subject: command eb for example-based grammar conversion; see 'help eb' and the example in examples/animals/QuestionsI.gfe --- examples/animals/AnimalsSwe.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/animals/AnimalsSwe.gf (limited to 'examples/animals/AnimalsSwe.gf') diff --git a/examples/animals/AnimalsSwe.gf b/examples/animals/AnimalsSwe.gf new file mode 100644 index 000000000..8f256885a --- /dev/null +++ b/examples/animals/AnimalsSwe.gf @@ -0,0 +1,15 @@ +--# -path=.:present:prelude + +concrete AnimalsSwe of Animals = QuestionsSwe ** + open LangSwe, ParadigmsSwe, IrregSwe in { + + lin + Dog = regN "hund" ; + Cat = mk2N "katt" "katter" ; + Mouse = mkN "mus" "musen" "möss" "mössen" ; + Lion = mk2N "lejon" "lejon" ; + Zebra = regN "zebra" ; + Chase = dirV2 (regV "jaga") ; + Eat = dirV2 äta_V ; + See = dirV2 se_V ; +} -- cgit v1.2.3