diff options
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 ; + } |
