fix the gender agreement in DetQuantOrd

This commit is contained in:
Krasimir Angelov
2023-12-15 14:01:39 +01:00
parent 441c8305dc
commit 4aa8f87f65
5 changed files with 5 additions and 14 deletions

View File

@@ -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 ;