some corrections in Dutch after Koen's checks

This commit is contained in:
aarne
2009-11-23 15:20:44 +00:00
parent 29406fa916
commit 9af907c31b
6 changed files with 32 additions and 22 deletions

View File

@@ -12,8 +12,9 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in {
s = \\pol,im =>
let
ps = case im of {
ImpF n True => <VImp3,"u",n> ;
ImpF n False => <VImp2,[],n> ---- also plural?
ImpF Pl _ => <VImpPl,[],Pl> ;
ImpF Sg True => <VImp3,"u",Sg> ;
ImpF Sg False => <VImp2,[],Sg>
} ;
agr = {g = Utr ; n = ps.p3 ; p = P2} ; ---- P2? -- g does not matter
verb = vp.s.s ! ps.p1 ;