mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 {
|
||||
False => False ;
|
||||
_ => case prep.c of {
|
||||
NPC Nom => True ;
|
||||
NPC Acc => True ;
|
||||
_ => False
|
||||
}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user