forked from GitHub/gf-core
adjectival predication now without copula by default in Chi
This commit is contained in:
@@ -54,7 +54,11 @@ concrete VerbChi of Verb = CatChi ** open ResChi, Prelude in {
|
||||
|
||||
PassV2 v = insertAdv (mkNP passive_s) (predV v v.part) ; ----
|
||||
|
||||
CompAP ap = insertObj (mkNP (ap.s ++ possessive_s)) (predV copula []) ; ---- hen / bu
|
||||
CompAP ap = insertObj (mkNP ap.s) (
|
||||
case ap.hasAdA of {
|
||||
True => predV nocopula [] ;
|
||||
False => predV hen_copula []}
|
||||
) ;
|
||||
|
||||
CompNP np = insertObj np (predV copula []) ; ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user