workaround for editor bug in Scandinavian UseN

This commit is contained in:
aarne
2007-07-08 13:36:03 +00:00
parent 58f3387609
commit 790691f190

View File

@@ -108,7 +108,8 @@ incomplete concrete NounScand of Noun =
MassDet = {s = \\_,_ => [] ; n = Sg ; det = DIndef} ;
UseN, UseN2, UseN3 = \noun -> {
s = \\n,d => noun.s ! n ! specDet d ;
s = \\n,d,c => noun.s ! n ! specDet d ! c ;
---- part app wo c shows editor bug. AR 8/7/2007
g = noun.g ;
isMod = False
} ;