diff options
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 = |
