mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
fix bugs in German ComplA2 and ImpVP
This commit is contained in:
@@ -28,7 +28,10 @@ concrete AdjectiveGer of Adjective = CatGer ** open ResGer, Prelude in {
|
||||
-- $SuperlA$ belongs to determiner syntax in $Noun$.
|
||||
|
||||
ComplA2 a np = {
|
||||
s = \\af => a.s ! Posit ! af ++ appPrep a.c2 np.s ;
|
||||
s = table {
|
||||
APred => a.s ! Posit ! APred ++ appPrep a.c2 np.s ;
|
||||
af => appPrep a.c2 np.s ++ a.s ! Posit ! af
|
||||
} ;
|
||||
isPre = True
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user