diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-15 17:20:38 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-15 17:20:38 +0000 |
| commit | 373b4d6828e0eba56e11cd5851591d303f369b43 (patch) | |
| tree | e74d85646610e4b4cbcb82cb70c9b8224bfccc5c /examples/attempto/AttemptoI.gf | |
| parent | 79c9ec116a0f5580a7965247e045ecfe59281e20 (diff) | |
PP lists in Attempto via iteration
Diffstat (limited to 'examples/attempto/AttemptoI.gf')
| -rw-r--r-- | examples/attempto/AttemptoI.gf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/attempto/AttemptoI.gf b/examples/attempto/AttemptoI.gf index 8d67e6c79..1dbdc448d 100644 --- a/examples/attempto/AttemptoI.gf +++ b/examples/attempto/AttemptoI.gf @@ -160,13 +160,14 @@ lin more_thanVP ap np = mkVP (mkAP more_CAdv ap np) ; ---- John is more fond-of Mary than of Sue lincat PP = Adv ; -lincat [PP] = Adv ; +--lincat [PP] = Adv ; -lin BasePP p = p ; +--lin BasePP p = p ; lin ppVP = mkVP ; lin prepPP = mkAdv ; +lin advPP p = p ; -- 2.3.5 |
