summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinari <inari@chalmers.se>2014-06-19 16:55:13 +0000
committerinari <inari@chalmers.se>2014-06-19 16:55:13 +0000
commit4af2576e7b76e1b3645d201ada76c95a38391731 (patch)
tree0b005ec7258753b8ea45ee596f446e486138bb9b
parentf36db77430724063f8fe856730080f2c8653e5b2 (diff)
revert AWant in WordsDut back to using niet as negation
-rw-r--r--examples/phrasebook/WordsDut.gf3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsDut.gf b/examples/phrasebook/WordsDut.gf
index 0a5a3243c..2ba3f3d78 100644
--- a/examples/phrasebook/WordsDut.gf
+++ b/examples/phrasebook/WordsDut.gf
@@ -167,8 +167,7 @@ ik ga te voet/ ik ga lopend
(mkS (mkCl p.name have_V2 (mkNP no_Quant (P.mkN "dorst")))) ; --ik heb geen dorst
ATired p = prop (mkCl p.name (P.mkA "moe")) ; -- ik ben moe
AUnderstand p = prop (mkCl p.name (P.mkV "verstaan" "verstond" "verstonden" "verstaan")) ;
- AWant p obj = mkProp (mkCl p.name want_V2 obj)
- (mkS (mkCl p.name want_V2 (mkNP no_Predet obj))) ;
+ AWant p obj = prop (mkCl p.name wants_V2 obj) ;
AWantGo p place = prop (mkCl p.name want_VV (mkVP (mkVP L.go_V) place.to)) ; -- ik wil naar ...
-- miscellaneous