diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-08 09:38:32 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-08 09:38:32 +0000 |
| commit | cbec29962e58f17ebe4f066e8268eac58dc8a5f7 (patch) | |
| tree | 8256dfd57b5ae2389595f2e3b7ae7935d86c2855 /examples/attempto/AttemptoI.gf | |
| parent | 4e921573f4ab33d955f895fcca60436e8b00ee78 (diff) | |
corrections in Attempto grammars
Diffstat (limited to 'examples/attempto/AttemptoI.gf')
| -rw-r--r-- | examples/attempto/AttemptoI.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/attempto/AttemptoI.gf b/examples/attempto/AttemptoI.gf index 9af611bc5..6f7ae91ff 100644 --- a/examples/attempto/AttemptoI.gf +++ b/examples/attempto/AttemptoI.gf @@ -126,6 +126,9 @@ lin eachRS : RS -> RS ; -- each of who lin suchCN cn s = mkCN (mkAP (mkAP such_A) s) cn ; +lin predRS vp = mkRS (mkRCl which_RP vp) ; +lin slashRS np v2 = mkRS (mkRCl which_RP np v2) ; + -- 2.2.4 lin genNP = genitiveNP ; |
