mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -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 = {
|
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 ;
|
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 ;
|
num.s ! g ++ ord.s ;
|
||||||
n = num.n ;
|
n = num.n ;
|
||||||
det = quant.det
|
det = quant.det
|
||||||
|
|||||||
Reference in New Issue
Block a user