mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
workaround for editor bug in Scandinavian UseN
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user