Finnish NPSep form, to avoid empty Nominative forms in wrong places in case of pro drop.

This commit is contained in:
aarne
2014-09-15 07:17:11 +00:00
parent 26cd8bc06c
commit e866d9ac0d
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -943,7 +943,7 @@ caseTable : Number -> CommonNoun -> Case => Str = \n,cn ->
a = Predef.dp 1 minuna
} in
{s = table {
NPCase Nom => mina ; ----- NPSep
NPCase Nom | NPSep => mina ;
NPCase Gen => minun ;
NPCase Part => minua ;
NPCase Transl => minu + "ksi" ;