fixes in Dutch numerals and possessives

This commit is contained in:
aarne
2010-05-24 14:49:32 +00:00
parent e077512095
commit f19aceb38b
3 changed files with 32 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ concrete StructuralDut of Structural = CatDut, Prelude **
how8many_IDet = mkDet "hoeveel" "hoeveel" Pl ;
if_Subj = ss "als" ;
in8front_Prep = mkPrep "voor" ;
i_Pron = mkPronoun "ik" "me" "m'n" "ik" "mij" "mijn" "mijne" Utr Sg P1 ;
i_Pron = mkPronoun "ik" "me" "mijn" "ik" "mij" "mijn" "mijne" Utr Sg P1 ;
in_Prep = ss "in" ;
it_Pron = mkPronoun "het" "het" "zijn" "het" "het" "zijn" "zijne" Neutr Sg P3 ;