mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
in Ger, an NP can be light only if the complement case is Acc
This commit is contained in:
@@ -609,7 +609,7 @@ resource ResGer = ParamX ** open Prelude in {
|
|||||||
isLightComplement : Bool -> Preposition -> Bool = \isPron,prep -> case isPron of {
|
isLightComplement : Bool -> Preposition -> Bool = \isPron,prep -> case isPron of {
|
||||||
False => False ;
|
False => False ;
|
||||||
_ => case prep.c of {
|
_ => case prep.c of {
|
||||||
NPC Nom => True ;
|
NPC Acc => True ;
|
||||||
_ => False
|
_ => False
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user