From 4e3867b3ad811bdf5a135b3f3e53470e1abd5617 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 17 Apr 2018 10:13:23 +0200 Subject: [PATCH] (Dut) fix agreement in youPol_Pron --- src/dutch/StructuralDut.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dutch/StructuralDut.gf b/src/dutch/StructuralDut.gf index 6a5f5693a..3de8d3bab 100644 --- a/src/dutch/StructuralDut.gf +++ b/src/dutch/StructuralDut.gf @@ -106,7 +106,7 @@ concrete StructuralDut of Structural = CatDut, Prelude ** with_Prep = mkPrep "met" ** { mergeForm = "mee" } ; youSg_Pron = mkPronoun "je" "je" "je" "jij" "jou" "je" "jouwe" Neutr Sg P2 ; --- Neutr as hack for familiarity youPl_Pron = mkPronoun "jullie" "jullie" "je" "jullie" "jullie" "jullie" "uwe" Utr Pl P2 ; - youPol_Pron = mkPronoun "u" "u" "uw" "u" "u" "uw" "uwe" Utr Sg P2 ; + youPol_Pron = mkPronoun "u" "u" "uw" "u" "u" "uw" "uwe" Utr Sg P3 ; yes_Utt = ss "ja" ; not_Predet = mkPredet "niet" "niet" ;