mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
German numerals and coordination
This commit is contained in:
@@ -61,7 +61,8 @@ concrete QuestionGer of Question = CatGer ** open ResGer in {
|
||||
n = idet.n
|
||||
in {
|
||||
s = \\c =>
|
||||
idet.s ! g ! c ++ num.s ! g ! c ++ ord.s ! Weak ! g ! c ++ cn.s ! Weak ! n ! c ;
|
||||
idet.s ! g ! c ++ num.s ! g ! c ++ ord.s ! agrAdj g Weak n c ++
|
||||
cn.s ! Weak ! n ! c ;
|
||||
n = n
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user