mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Scandinavian indefinite modified form fix
This commit is contained in:
@@ -52,8 +52,14 @@ incomplete concrete NounScand of Noun =
|
||||
det = quant.det
|
||||
} ;
|
||||
|
||||
DetQuant quant num = {
|
||||
s = \\b,g => quant.s ! num.n ! b ! (orB b num.isDet) ! g ++
|
||||
DetQuant quant num =
|
||||
let
|
||||
md : Bool -> Bool = \b -> case quant.det of {
|
||||
DDef _ => orB b num.isDet ;
|
||||
_ => False
|
||||
}
|
||||
in {
|
||||
s = \\b,g => quant.s ! num.n ! b ! md b ! g ++
|
||||
num.s ! g ;
|
||||
n = num.n ;
|
||||
det = quant.det
|
||||
|
||||
Reference in New Issue
Block a user