From fd2406b139682ed8e0cf9df652f640589c0851b9 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 --- lib/src/translator/DictionaryDut.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/translator/DictionaryDut.gf b/lib/src/translator/DictionaryDut.gf index a2f0d5f33..595508035 100644 --- a/lib/src/translator/DictionaryDut.gf +++ b/lib/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