diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-28 16:15:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-28 16:15:13 +0000 |
| commit | de9ed61a272575fccd1f8555f5736affdbded391 (patch) | |
| tree | ce0aaafe8c1d53b8c7326473b999257988130bef /examples/attempto/LexAttemptoGer.gf | |
| parent | 03d86ba05cbaaefb6698a25431706126eb5764e8 (diff) | |
German Attempto - lots of words to check
Diffstat (limited to 'examples/attempto/LexAttemptoGer.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoGer.gf | 15 |
1 files changed, 15 insertions, 0 deletions
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) ; + +} |
