diff options
| author | aarne <aarne@chalmers.se> | 2010-02-02 07:12:52 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-02-02 07:12:52 +0000 |
| commit | 49e620b535aeec77c95bfc6db0bf0a4a725903e4 (patch) | |
| tree | 1ce4dd5c116b9e3d7db5c0a4f3d7f1514d5725dc /examples | |
| parent | 7f4559335aa7ab1be3ae5f1447662f9d7edba830 (diff) | |
gr for several metas fixed ; commented out one alternative in SammieGer to make it compile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/sammie/ParamSammieGer.gf | 2 | ||||
| -rw-r--r-- | examples/sammie/SammieI.gf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/sammie/ParamSammieGer.gf b/examples/sammie/ParamSammieGer.gf index cfa714499..cbeae08e1 100644 --- a/examples/sammie/ParamSammieGer.gf +++ b/examples/sammie/ParamSammieGer.gf @@ -108,7 +108,7 @@ oper all_art = a_Art | the_Art ; - artist_Prep = by8agent_Prep | with_Prep ; + artist_Prep = by8agent_Prep ; ---- | with_Prep ; this cn = mkNP this_Quant cn diff --git a/examples/sammie/SammieI.gf b/examples/sammie/SammieI.gf index 664429b73..0d595b79c 100644 --- a/examples/sammie/SammieI.gf +++ b/examples/sammie/SammieI.gf @@ -199,6 +199,7 @@ lin albums_all = mkSet album ; albums_by_artist artist = mkSet (mkCN album (mkAdv artist_Prep artist)) ; + albums_by_genre = withGenre album ; albums_by_artist_genre = withGenreBy album ; @@ -227,6 +228,7 @@ lin songs_all = mkSet song ; + songs_by_artist artist = mkSet (mkCN song (mkAdv artist_Prep artist)) ; songs_by_genre = |
