gr for several metas fixed ; commented out one alternative in SammieGer to make it compile

This commit is contained in:
aarne
2010-02-02 07:12:52 +00:00
parent 88f4c1a5b2
commit 101ba3ec5e
3 changed files with 15 additions and 11 deletions

View File

@@ -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

View File

@@ -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 =