some fixes in Fin and Swe

This commit is contained in:
aarne
2014-06-15 13:49:48 +00:00
parent 575478dcc1
commit 8c0592b399
4 changed files with 21 additions and 17 deletions

View File

@@ -289,13 +289,13 @@ lin
if_then_Conj = {s1 = "jos" ; s2 = "niin" ; n = Sg} ;
nobody_NP = {
s = \\c => kukaanPron ! Sg ! npform2case Sg c ; -- requires negative or question polarity
s = \\c => kukaanPron ! Sg ! npform2case Sg c ; --- requires negative polarity
a = agrP3 Sg ;
isPron = False ; isNeg = True
} ;
nothing_NP = {
s = \\c => mikaanPron ! Sg ! npform2case Sg c ; --- requires negative or question polarity
s = \\c => mikaanPron ! Sg ! npform2case Sg c ; --- requires negative polarity
a = agrP3 Sg ;
isPron = False ; isNeg = True
} ;