From de9ed61a272575fccd1f8555f5736affdbded391 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 28 Oct 2008 16:15:13 +0000 Subject: German Attempto - lots of words to check --- examples/attempto/LexAttemptoGer.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/attempto/LexAttemptoGer.gf (limited to 'examples/attempto/LexAttemptoGer.gf') diff --git a/examples/attempto/LexAttemptoGer.gf b/examples/attempto/LexAttemptoGer.gf new file mode 100644 index 000000000..f97b46456 --- /dev/null +++ b/examples/attempto/LexAttemptoGer.gf @@ -0,0 +1,15 @@ +instance LexAttemptoGer of LexAttempto = + open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX, IrregGer in { + +oper + possible_A = mkA "möglich" ; + necessary_A = mkA "nötig" ; + own_A = mkA "eigen" ; + have_VV = SyntaxGer.must_VV ; + provably_Adv = mkAdv "beweisbar" ; + provable_A = mkA "beweisbar" ; + false_A = mkA "falsch" ; + + genitiveNP np cn = mkNP (mkNP the_Art cn) (SyntaxGer.mkAdv possess_Prep np) ; + +} -- cgit v1.2.3