diff options
| author | aarne <aarne@chalmers.se> | 2014-04-09 14:01:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-09 14:01:06 +0000 |
| commit | 88cf84613e2272c5296c3a3bcad37329a3ed46d0 (patch) | |
| tree | aab86904f94bd5ab869aae252e0244b2db44cad0 /examples/app/AppSwe.gf | |
| parent | a3921bffd777c99f83706a2879628a986c1d3e14 (diff) | |
more passives in App. Import changes are now produced with MkApp.hs, which copies the exclude list from App.gf to the concrete syntax files.
Diffstat (limited to 'examples/app/AppSwe.gf')
| -rw-r--r-- | examples/app/AppSwe.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf index 6a8f2dc2b..74166fb03 100644 --- a/examples/app/AppSwe.gf +++ b/examples/app/AppSwe.gf @@ -6,7 +6,7 @@ concrete AppSwe of App = ComplVS, ComplVQ, ComplVA, Slash2V3, Slash3V3, SlashV2V, SlashV2S, SlashV2Q, SlashV2A, SlashVV, SlashV2VNP, - ReflVP, + PassVP, ReflVP, AdvVPSlash, AdVVPSlash, VPSlashPrep, -- Sentence PredSCVP, @@ -20,12 +20,12 @@ concrete AppSwe of App = ExistNPAdv, ExistIPAdv, ImpP3, SelfAdvVP, SelfAdVVP, SelfNP, + -- Construction hungry_VP, thirsty_VP, has_age_VP, have_name_Cl, married_Cl, what_name_QCl, how_old_QCl, how_far_QCl, weather_adjCl, is_right_VP, is_wrong_VP, n_units_AP, bottle_of_CN, cup_of_CN, glass_of_CN, - where_go_QCl, where_come_from_QCl, go_here_VP, come_here_VP, come_from_here_VP, go_there_VP, come_there_VP, come_from_there_VP, + where_go_QCl, where_come_from_QCl, go_here_VP, come_here_VP, come_from_here_VP, go_there_VP, come_there_VP, come_from_there_VP -- Extensions - PassVPSlash, PassAgentVPSlash ] ,PhrasebookSwe - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A] |
