mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
refactoring in Bulgarian: use explicit Animacy instead of fourth gender
This commit is contained in:
@@ -48,8 +48,8 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
|
||||
} ;
|
||||
|
||||
IdetIP idet = {
|
||||
s = \\_ => idet.s ! DNeut ;
|
||||
gn = gennum DNeut idet.n
|
||||
s = \\_ => idet.s ! ANeut ;
|
||||
gn = gennum ANeut idet.n
|
||||
} ;
|
||||
|
||||
IdetQuant iquant num = {
|
||||
|
||||
Reference in New Issue
Block a user