mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -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} ;
|
MassDet = {s = \\_,_ => [] ; n = Sg ; det = DIndef} ;
|
||||||
|
|
||||||
UseN, UseN2, UseN3 = \noun -> {
|
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 ;
|
g = noun.g ;
|
||||||
isMod = False
|
isMod = False
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user