mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
added slavic to some paths in Bulgaria, and Inanimate to one place in SymbolBul, to be able to compile them
This commit is contained in:
@@ -10,7 +10,7 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in {
|
||||
} ;
|
||||
|
||||
DetNP det = {
|
||||
s = \\c => det.s ! Neutr ! c ; ---- genders
|
||||
s = \\c => det.sp ! Neutr ! c ; ---- genders
|
||||
a = agrP3 det.n ;
|
||||
isPron = False
|
||||
} ;
|
||||
@@ -99,7 +99,10 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in {
|
||||
Pl => \\_,_ => []
|
||||
}
|
||||
} ;
|
||||
sp = \\_,g,c => "ein" + pronEnding ! GSg g ! c ; ---- plural ; einer
|
||||
sp = table {
|
||||
Sg => \\g,c => "ein" + pronEnding ! GSg g ! c ;
|
||||
Pl => \\_ => caselist "einige" "einige" "einigen" "einiger"
|
||||
} ;
|
||||
a = Strong
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user