mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 18:40:14 -06:00
fix the gender agreement in DetQuantOrd
This commit is contained in:
@@ -218,7 +218,7 @@ lin
|
||||
} ;
|
||||
|
||||
UseDAP det =
|
||||
let g = det.g in {
|
||||
let g = Neut in {
|
||||
s=case det.type of {
|
||||
EmptyIndef => \\cas => a_Det.s ! g ! Inanimate ! cas ++ det.s ! g ! Inanimate ! cas ;
|
||||
EmptyDef => \\cas => the_Det.s ! g ! Inanimate ! cas ++ det.s ! g ! Inanimate ! cas ;
|
||||
|
||||
Reference in New Issue
Block a user