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/Attempto.gf | |
| parent | 4e921573f4ab33d955f895fcca60436e8b00ee78 (diff) | |
corrections in Attempto grammars
Diffstat (limited to 'examples/attempto/Attempto.gf')
| -rw-r--r-- | examples/attempto/Attempto.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/attempto/Attempto.gf b/examples/attempto/Attempto.gf index bdc8ba1c5..c52ad2c29 100644 --- a/examples/attempto/Attempto.gf +++ b/examples/attempto/Attempto.gf @@ -131,6 +131,10 @@ fun eachRS : RS -> RS ; -- each of who fun suchCN : CN -> S -> CN ; +fun predRS : VP -> RS ; +fun slashRS : NP -> V2 -> RS ; + + -- 2.2.4 fun genNP : NP -> CN -> NP ; -- everybody's customer |
