diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-03 16:51:43 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-03 16:51:43 +0000 |
| commit | 44ad7596b6e151000ef6155bbdc697c1896c5de8 (patch) | |
| tree | 29521e5ac0d62219f17e9b8e888b43723f08b209 /examples/attempto/LexAttemptoEng.gf | |
| parent | bf50b5d70d94e03e17ff18efc473ce5171a58586 (diff) | |
missing constructions in Attempto grammars added
Diffstat (limited to 'examples/attempto/LexAttemptoEng.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoEng.gf | 14 |
1 files changed, 12 insertions, 2 deletions
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 ; + } |
