mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
gr for several metas fixed ; commented out one alternative in SammieGer to make it compile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user