From 44ad7596b6e151000ef6155bbdc697c1896c5de8 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 3 Nov 2008 16:51:43 +0000 Subject: missing constructions in Attempto grammars added --- examples/attempto/LexAttemptoEng.gf | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'examples/attempto/LexAttemptoEng.gf') diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf index f9d975d18..c1ea27b4c 100644 --- a/examples/attempto/LexAttemptoEng.gf +++ b/examples/attempto/LexAttemptoEng.gf @@ -1,5 +1,10 @@ instance LexAttemptoEng of LexAttempto = - open ExtraEng, SyntaxEng, ParadigmsEng, ConstructX, IrregEng in { + open + ExtraEng, + SyntaxEng, + ParadigmsEng, + ConstructX, + IrregEng in { oper possible_A = mkA "possible" ; @@ -9,7 +14,12 @@ oper provably_Adv = mkAdv "provably" ; provable_A = mkA "provable" ; false_A = mkA "false" ; - + such_A = mkA "such" ; + genitiveNP np = mkNP (GenNP np) ; + kilogram_CN = mkCN (mkN "kilogram") ; + + each_Det = ExtraEng.each_Det ; + } -- cgit v1.2.3