Scandinavian IndefArt in substantival position fixed

This commit is contained in:
aarne
2011-04-20 08:27:03 +00:00
parent 0df6ae1575
commit 09716eac28

View File

@@ -120,8 +120,8 @@ incomplete concrete NounScand of Noun =
Pl => \\_,bn,_ => [] Pl => \\_,bn,_ => []
} ; } ;
sp = table { sp = table {
Sg => \\_,bn,g => artIndef ! g ; Sg => \\_,bn,g => if_then_Str bn [] (artIndef ! g) ;
Pl => \\_,bn,_ => detIndefPl Pl => \\_,bn,_ => if_then_Str bn [] detIndefPl
} ; } ;
det = DIndef det = DIndef
} ; } ;