From 49e620b535aeec77c95bfc6db0bf0a4a725903e4 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 2 Feb 2010 07:12:52 +0000 Subject: gr for several metas fixed ; commented out one alternative in SammieGer to make it compile --- examples/sammie/ParamSammieGer.gf | 2 +- examples/sammie/SammieI.gf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') 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 = -- cgit v1.2.3