mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
Inflect German Numeral pot01 ("ein") in gender and case. Needed to get phrases such as "eine grosse Pizza" correct when "eine" is a Numeral rather than indef art.
This commit is contained in:
@@ -89,7 +89,7 @@ concrete QuestionGer of Question = CatGer ** open ResGer in {
|
||||
let
|
||||
n = num.n
|
||||
in {
|
||||
s = \\g,c => idet.s ! n ! g ! c ++ num.s ;
|
||||
s = \\g,c => idet.s ! n ! g ! c ++ num.s!g!c ;
|
||||
n = n
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user