From 25a78b41282f8e7b950cc6a1356b7f0434e6d692 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 21 May 2014 12:10:58 +0000 Subject: [PATCH] another fix in DictionaryDut.gf --- src/translator/DictionaryDut.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translator/DictionaryDut.gf b/src/translator/DictionaryDut.gf index a2f0d5f3..59550803 100644 --- a/src/translator/DictionaryDut.gf +++ b/src/translator/DictionaryDut.gf @@ -10860,7 +10860,7 @@ lin movable_A = mkA "beweegbaar" ; -- status=guess lin move_1_V = mkV "bewegen" "bewoog" "bewogen" "bewogen" | mkV "verplaatsen"; lin move_2_V = mkV "verhuizen" ; lin move_N = mkN "stap" masculine | mkN "maatregel" masculine ; -- status=guess status=guess -lin move_V2 = mkV2 move_V | mkV2 move_V ; +lin move_V2 = mkV2 (mkV "bewegen" "bewoog" "bewogen" "bewogen" | mkV "verplaatsen") ; --subcat lin move_V2A = mkV2A move_V ; --subcat lin move_V2V = mkV2V (mkV "bewegen") ; ---- subcat --subcat lin move_VV = mkVV (mkV "bewegen") ; ---- subcat