diff options
| author | aarne <aarne@chalmers.se> | 2010-05-26 09:43:39 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-26 09:43:39 +0000 |
| commit | 399f13f9e3f2a6603ba6bfe55da2cf106b37e8bc (patch) | |
| tree | 6ec05a7ce04d263be22bf75c3c5990b5cd98b72d /examples/phrasebook/WordsDan.gf | |
| parent | 635bc20cc6f5fb1e94def21fc13aac3ec7137a48 (diff) | |
preposition zu in PhrasebookGer
Diffstat (limited to 'examples/phrasebook/WordsDan.gf')
| -rw-r--r-- | examples/phrasebook/WordsDan.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsDan.gf b/examples/phrasebook/WordsDan.gf index 215dfe487..619c1b40e 100644 --- a/examples/phrasebook/WordsDan.gf +++ b/examples/phrasebook/WordsDan.gf @@ -148,7 +148,7 @@ concrete WordsDan of Words = SentencesDan ** AUnderstand p = mkCl p.name (irregV "forstå" "forstod" "forstået") ; AWant p obj = mkCl p.name want_VV (mkVP have_V2 obj) ; -- AWantGo p place = mkCl p.name want_VV (mkVP (mkVP L.go_V) place.to) ; - AWantGo p place = mkCl p.name want_VV (mkVP (mkV "tage") place.to) ; + AWantGo p place = mkCl p.name want_VV (mkVP (mkVP tage_V) place.to) ; -- miscellaneous |
