in Ger, an NP can be light only if the complement case is Acc

This commit is contained in:
aarne
2013-03-07 20:49:04 +00:00
parent 949d03f90b
commit defdba3d27

View File

@@ -609,7 +609,7 @@ resource ResGer = ParamX ** open Prelude in {
isLightComplement : Bool -> Preposition -> Bool = \isPron,prep -> case isPron of {
False => False ;
_ => case prep.c of {
NPC Nom => True ;
NPC Acc => True ;
_ => False
}
} ;