mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
fixed definite articles with superlatives in Scandinavian
This commit is contained in:
@@ -46,9 +46,9 @@ incomplete concrete NounScand of Noun =
|
||||
} ;
|
||||
|
||||
DetQuantOrd quant num ord = {
|
||||
s = \\b,g => quant.s ! num.n ! b ! (orB b num.isDet) ! g ++
|
||||
s = \\b,g => quant.s ! num.n ! b ! True ! g ++
|
||||
num.s ! g ++ ord.s ;
|
||||
sp = \\b,g => quant.s ! num.n ! b ! (orB b num.isDet) ! g ++
|
||||
sp = \\b,g => quant.s ! num.n ! b ! True ! g ++
|
||||
num.s ! g ++ ord.s ;
|
||||
n = num.n ;
|
||||
det = quant.det
|
||||
|
||||
Reference in New Issue
Block a user